#1B80A8

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

Shades of Cerulean #1B80A8

Tints of Cerulean #1B80A8

Color information

#1B80A8 (or 0x1B80A8) is unknown color: approx Cerulean. HEX triplet: 1B, 80 and A8. RGB value is (27,128,168). Sum of RGB (Red+Green+Blue) = 27+128+168=323 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.36% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 168 (66.02% from 255 or 52.01% from 323); Max value from RGB is 168 - color contains mainly: blue. Hex color #1B80A8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B80A8 is #E47F57. Grayscale: #666666. Windows color (decimal): -14974808 or 11042843. OLE color: 11042843.

HSL color Cylindrical-coordinate representation of color #1B80A8: hue angle of 197.02º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B80A8 is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB27128168-
CMYK0.840.2400.34
HSL197.02º72.31%38.24%-
HSV(B)197.02º83.93%65.88%-
XYZ15.2418.539.81-
YUV102.36165.0474.25-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.36%
GREEN value IS 128 (50.39% from 255) = 39.63%
BLUE value IS 168 (66.02% from 255) = 52.01%
R=8.36%
G=39.63%
B=52.01%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal271281680.840.2400.34197.0272.3138.24
Hex1B80A85418022c54826
Octal332002501243004230511046
Binary1101110000000101010001010100110000100010110001011001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B80A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,128,168); }

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

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

 a { background-color: rgb(27,128,168); }

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

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

 span { border-color: rgb(27,128,168); }

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