#1176AA

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

Shades of Cerulean #1176AA

Tints of Cerulean #1176AA

Color information

#1176AA (or 0x1176AA) is unknown color: approx Cerulean. HEX triplet: 11, 76 and AA. RGB value is (17,118,170). Sum of RGB (Red+Green+Blue) = 17+118+170=305 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.57% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #1176AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1176AA is #EE8955. Grayscale: #5D5D5D. Windows color (decimal): -15632726 or 11171345. OLE color: 11171345.

HSL color Cylindrical-coordinate representation of color #1176AA: hue angle of 200.39º 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 #1176AA is Cyan = 0.9, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17118170-
CMYK0.90.3100.33
HSL200.39º81.82%36.67%-
HSV(B)200.39º90%66.67%-
XYZ13.9715.9840.38-
YUV93.73171.0473.27-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.57%
GREEN value IS 118 (46.48% from 255) = 38.69%
BLUE value IS 170 (66.80% from 255) = 55.74%
R=5.57%
G=38.69%
B=55.74%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171181700.90.3100.33200.3981.8236.67
Hex1176AA5A1F021c85225
Octal211662521323704131012245
Binary100011110110101010101011010111110100001110010001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1176AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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