#1179AA

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

Shades of Cerulean #1179AA

Tints of Cerulean #1179AA

Color information

#1179AA (or 0x1179AA) is unknown color: approx Cerulean. HEX triplet: 11, 79 and AA. RGB value is (17,121,170). Sum of RGB (Red+Green+Blue) = 17+121+170=308 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.52% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #1179AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1179AA is #EE8655. Grayscale: #5F5F5F. Windows color (decimal): -15631958 or 11172113. OLE color: 11172113.

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

Color convert

RGB17121170-
CMYK0.90.2900.33
HSL199.22º81.82%36.67%-
HSV(B)199.22º90%66.67%-
XYZ14.3216.740.5-
YUV95.49170.0472.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.52%
GREEN value IS 121 (47.66% from 255) = 39.29%
BLUE value IS 170 (66.80% from 255) = 55.19%
R=5.52%
G=39.29%
B=55.19%

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
Decimal171211700.90.2900.33199.2281.8236.67
Hex1179AA5A1D021c75225
Octal211712521323504130712245
Binary100011111001101010101011010111010100001110001111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1179AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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