#11729E

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

Shades of Cerulean #11729E

Tints of Cerulean #11729E

Color information

#11729E (or 0x11729E) is unknown color: approx Cerulean. HEX triplet: 11, 72 and 9E. RGB value is (17,114,158). Sum of RGB (Red+Green+Blue) = 17+114+158=289 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.88% from 289); Green value is 114 (44.92% from 255 or 39.45% from 289); Blue value is 158 (62.11% from 255 or 54.67% from 289); Max value from RGB is 158 - color contains mainly: blue. Hex color #11729E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11729E is #EE8D61. Grayscale: #595959. Windows color (decimal): -15633762 or 10383889. OLE color: 10383889.

HSL color Cylindrical-coordinate representation of color #11729E: hue angle of 198.72º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11729E is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB17114158-
CMYK0.890.2800.38
HSL198.72º80.57%34.31%-
HSV(B)198.72º89.24%61.96%-
XYZ12.4214.6234.52-
YUV90.01166.3675.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.88%
GREEN value IS 114 (44.92% from 255) = 39.45%
BLUE value IS 158 (62.11% from 255) = 54.67%
R=5.88%
G=39.45%
B=54.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal171141580.890.2800.38198.7280.5734.31
Hex11729E591C026c75122
Octal211622361313404630712142
Binary100011110010100111101011001111000100110110001111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11729E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11729E; }

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

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

<style>
 a { background-color: #11729E; }

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

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

<style>
 span { border-color: #11729E; }

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

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