#1177aa

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

Shades of Cerulean #1177AA

Tints of Cerulean #1177AA

Color information

#1177AA (or 0x1177AA) is unknown color: approx Cerulean. HEX triplet: 11, 77 and AA. RGB value is (17,119,170). Sum of RGB (Red+Green+Blue) = 17+119+170=306 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.56% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #1177AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1177AA is #EE8855. Grayscale: #5E5E5E. Windows color (decimal): -15632470 or 11171601. OLE color: 11171601.

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

Color convert

RGB17119170-
CMYK0.90.300.33
HSL200º81.82%36.67%-
HSV(B)200º90%66.67%-
XYZ14.0816.2240.42-
YUV94.32170.7172.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.56%
GREEN value IS 119 (46.88% from 255) = 38.89%
BLUE value IS 170 (66.80% from 255) = 55.56%
R=5.56%
G=38.89%
B=55.56%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171191700.90.300.3320081.8236.67
Hex1177AA5A1E021c85225
Octal211672521323604131012245
Binary100011110111101010101011010111100100001110010001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1177aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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