#1480A6

Color #1480A6 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #1480A6

Tints of Cerulean #1480A6

Color information

#1480A6 (or 0x1480A6) is unknown color: approx Cerulean. HEX triplet: 14, 80 and A6. RGB value is (20,128,166). Sum of RGB (Red+Green+Blue) = 20+128+166=314 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.37% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 166 (65.23% from 255 or 52.87% from 314); Max value from RGB is 166 - color contains mainly: blue. Hex color #1480A6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1480A6 is #EB7F59. Grayscale: #636363. Windows color (decimal): -15433562 or 10911764. OLE color: 10911764.

HSL color Cylindrical-coordinate representation of color #1480A6: hue angle of 195.62º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1480A6 is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB20128166-
CMYK0.880.2300.35
HSL195.62º78.49%36.47%-
HSV(B)195.62º87.95%65.1%-
XYZ14.8918.3438.83-
YUV100.04165.2270.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 6.37%
GREEN value IS 128 (50.39% from 255) = 40.76%
BLUE value IS 166 (65.23% from 255) = 52.87%
R=6.37%
G=40.76%
B=52.87%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal201281660.880.2300.35195.6278.4936.47
Hex1480A65817023c44e24
Octal242002461302704330411644
Binary1010010000000101001101011000101110100011110001001001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1480A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1480A6; }

 p { color: rgb(20,128,166); }

 H1.HeaderClassName
 {
   color: #1480A6;
 }
 .AnyTagClassName
 {
   color: #1480A6;
 }
</style>
background-color css

<style>
 a { background-color: #1480A6; }

 a { background-color: rgb(20,128,166); }

 div.DivClassName
 {
   background-color: #1480A6;
 }
 .BgClassName
 {
   background-color: #1480A6;
 }
</style>
border-color css

<style>
 span { border-color: #1480A6; }

 span { border-color: rgb(20,128,166); }

 td.TdClassName
 {
   border-color: #1480A6;
 }
 .TagClassName
 {
   border-color: #1480A6;
 }
</style>