#1172aa

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

Shades of Cerulean #1172AA

Tints of Cerulean #1172AA

Color information

#1172AA (or 0x1172AA) is unknown color: approx Cerulean. HEX triplet: 11, 72 and AA. RGB value is (17,114,170). Sum of RGB (Red+Green+Blue) = 17+114+170=301 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.65% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #1172AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1172AA is #EE8D55. Grayscale: #5B5B5B. Windows color (decimal): -15633750 or 11170321. OLE color: 11170321.

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

Color convert

RGB17114170-
CMYK0.90.3300.33
HSL201.96º81.82%36.67%-
HSV(B)201.96º90%66.67%-
XYZ13.515.0640.22-
YUV91.38172.3674.95-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.65%
GREEN value IS 114 (44.92% from 255) = 37.87%
BLUE value IS 170 (66.80% from 255) = 56.48%
R=5.65%
G=37.87%
B=56.48%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171141700.90.3300.33201.9681.8236.67
Hex1172AA5A21021ca5225
Octal211622521324104131212245
Binary1000111100101010101010110101000010100001110010101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1172aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1172aa; }

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

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

<style>
 a { background-color: #1172aa; }

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

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

<style>
 span { border-color: #1172aa; }

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

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