#1176AC

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

Shades of Cerulean #1176AC

Tints of Cerulean #1176AC

Color information

#1176AC (or 0x1176AC) is unknown color: approx Cerulean. HEX triplet: 11, 76 and AC. RGB value is (17,118,172). Sum of RGB (Red+Green+Blue) = 17+118+172=307 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.54% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #1176AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1176AC is #EE8953. Grayscale: #5D5D5D. Windows color (decimal): -15632724 or 11302417. OLE color: 11302417.

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

Color convert

RGB17118172-
CMYK0.900.3100.33
HSL200.9º82.01%37.06%-
HSV(B)200.9º90.12%67.45%-
XYZ14.1616.0541.38-
YUV93.96172.0473.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.54%
GREEN value IS 118 (46.48% from 255) = 38.44%
BLUE value IS 172 (67.58% from 255) = 56.03%
R=5.54%
G=38.44%
B=56.03%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171181720.900.3100.33200.982.0137.06
Hex1176AC5A1F021c95225
Octal211662541323704131112245
Binary100011110110101011001011010111110100001110010011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1176AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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