#1A80AE

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

Shades of Cerulean #1A80AE

Tints of Cerulean #1A80AE

Color information

#1A80AE (or 0x1A80AE) is unknown color: approx Cerulean. HEX triplet: 1A, 80 and AE. RGB value is (26,128,174). Sum of RGB (Red+Green+Blue) = 26+128+174=328 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.93% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 174 (68.36% from 255 or 53.05% from 328); Max value from RGB is 174 - color contains mainly: blue. Hex color #1A80AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A80AE is #E57F51. Grayscale: #666666. Windows color (decimal): -15040338 or 11436058. OLE color: 11436058.

HSL color Cylindrical-coordinate representation of color #1A80AE: hue angle of 198.65º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A80AE is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB26128174-
CMYK0.850.2600.32
HSL198.65º74%39.22%-
HSV(B)198.65º85.06%68.24%-
XYZ15.7918.7142.82-
YUV102.75168.2173.26-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.93%
GREEN value IS 128 (50.39% from 255) = 39.02%
BLUE value IS 174 (68.36% from 255) = 53.05%
R=7.93%
G=39.02%
B=53.05%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal261281740.850.2600.32198.657439.22
Hex1A80AE551A020c74a27
Octal322002561253204030711247
Binary1101010000000101011101010101110100100000110001111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A80AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A80AE; }

 p { color: rgb(26,128,174); }

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

<style>
 a { background-color: #1A80AE; }

 a { background-color: rgb(26,128,174); }

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

<style>
 span { border-color: #1A80AE; }

 span { border-color: rgb(26,128,174); }

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