#1180B6

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

Shades of Cerulean #1180B6

Tints of Cerulean #1180B6

Color information

#1180B6 (or 0x1180B6) is unknown color: approx Cerulean. HEX triplet: 11, 80 and B6. RGB value is (17,128,182). Sum of RGB (Red+Green+Blue) = 17+128+182=327 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.20% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 182 (71.48% from 255 or 55.66% from 327); Max value from RGB is 182 - color contains mainly: blue. Hex color #1180B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1180B6 is #EE7F49. Grayscale: #646464. Windows color (decimal): -15630154 or 11960337. OLE color: 11960337.

HSL color Cylindrical-coordinate representation of color #1180B6: hue angle of 199.64º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1180B6 is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17128182-
CMYK0.910.3000.29
HSL199.64º82.91%39.02%-
HSV(B)199.64º90.66%71.37%-
XYZ16.3918.9347.05-
YUV100.97173.7368.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.20%
GREEN value IS 128 (50.39% from 255) = 39.14%
BLUE value IS 182 (71.48% from 255) = 55.66%
R=5.20%
G=39.14%
B=55.66%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171281820.910.3000.29199.6482.9139.02
Hex1180B65B1E01Dc85327
Octal212002661333603531012347
Binary100011000000010110110101101111110011101110010001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1180B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1180B6; }

 p { color: rgb(17,128,182); }

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

<style>
 a { background-color: #1180B6; }

 a { background-color: rgb(17,128,182); }

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

<style>
 span { border-color: #1180B6; }

 span { border-color: rgb(17,128,182); }

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