#12709E

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

Shades of Cerulean #12709E

Tints of Cerulean #12709E

Color information

#12709E (or 0x12709E) is unknown color: approx Cerulean. HEX triplet: 12, 70 and 9E. RGB value is (18,112,158). Sum of RGB (Red+Green+Blue) = 18+112+158=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 158 (62.11% from 255 or 54.86% from 288); Max value from RGB is 158 - color contains mainly: blue. Hex color #12709E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12709E is #ED8F61. Grayscale: #585858. Windows color (decimal): -15568738 or 10383378. OLE color: 10383378.

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

Color convert

RGB18112158-
CMYK0.890.2900.38
HSL199.71º79.55%34.51%-
HSV(B)199.71º88.61%61.96%-
XYZ12.2214.1934.44-
YUV89.14166.8677.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.25%
GREEN value IS 112 (44.14% from 255) = 38.89%
BLUE value IS 158 (62.11% from 255) = 54.86%
R=6.25%
G=38.89%
B=54.86%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal181121580.890.2900.38199.7179.5534.51
Hex12709E591D026c85023
Octal221602361313504631012043
Binary100101110000100111101011001111010100110110010001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12709E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,112,158); }

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

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

 a { background-color: rgb(18,112,158); }

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

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

 span { border-color: rgb(18,112,158); }

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