#1178AA

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

Shades of Cerulean #1178AA

Tints of Cerulean #1178AA

Color information

#1178AA (or 0x1178AA) is unknown color: approx Cerulean. HEX triplet: 11, 78 and AA. RGB value is (17,120,170). Sum of RGB (Red+Green+Blue) = 17+120+170=307 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.54% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #1178AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1178AA is #EE8755. Grayscale: #5E5E5E. Windows color (decimal): -15632214 or 11171857. OLE color: 11171857.

HSL color Cylindrical-coordinate representation of color #1178AA: hue angle of 199.61º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1178AA is Cyan = 0.9, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17120170-
CMYK0.90.2900.33
HSL199.61º81.82%36.67%-
HSV(B)199.61º90%66.67%-
XYZ14.216.4540.46-
YUV94.9170.3872.43-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.54%
GREEN value IS 120 (47.27% from 255) = 39.09%
BLUE value IS 170 (66.80% from 255) = 55.37%
R=5.54%
G=39.09%
B=55.37%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171201700.90.2900.33199.6181.8236.67
Hex1178AA5A1D021c85225
Octal211702521323504131012245
Binary100011111000101010101011010111010100001110010001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1178AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1178AA; }

 p { color: rgb(17,120,170); }

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

<style>
 a { background-color: #1178AA; }

 a { background-color: rgb(17,120,170); }

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

<style>
 span { border-color: #1178AA; }

 span { border-color: rgb(17,120,170); }

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