Shades of Cerulean #12709F
Tints of Cerulean #12709F
RGB
CMYK
RGB Variations
Color information
#12709F (or 0x12709F) is known color: Cerulean. HEX triplet: 12, 70 and 9F. RGB value is (18,112,159). Sum of RGB (Red+Green+Blue) = 18+112+159=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 159 (62.5% from 255 or 55.02% from 289); Max value from RGB is 159 - color contains mainly: blue. Hex color #12709F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12709F is #ED8F60. Grayscale: #585858. Windows color (decimal): -15568737 or 10448914. OLE color: 10448914.
HSL color Cylindrical-coordinate representation of color #12709F: hue angle of 200º 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 #12709F is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 112 | 159 | - |
| CMYK | 0.89 | 0.30 | 0 | 0.38 |
| HSL | 200º | 0.8% | 0.35% | - |
| HSV(B) | 200º | 0.89% | 0.62% | - |
| XYZ | 12.3 | 14.22 | 34.9 | - |
| YUV | 89.25 | 167.36 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 112 | 159 | 0.89 | 0.30 | 0 | 0.38 | 200 | 0.8 | 0.35 |
| Hex | 12 | 70 | 9F | 59 | 1E | 0 | 26 | C8 | 50 | 23 |
| Octal | 22 | 160 | 237 | 131 | 36 | 0 | 46 | 310 | 120 | 43 |
| Binary | 10010 | 1110000 | 10011111 | 1011001 | 11110 | 0 | 100110 | 11001000 | 1010000 | 100011 |
Color Harmonies of #12709F
Complementary color
Monochromatic Colors of #12709F
Black with #12709F
Text Example
Text Example
White with #12709F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12709F; }
p { color: rgb(18,112,159); }
H1.HeaderClassName
{
color: #12709F;
}
.AnyTagClassName
{
color: #12709F;
}
</style>
background-color css
<style>
a { background-color: #12709F; }
a { background-color: rgb(18,112,159); }
div.DivClassName
{
background-color: #12709F;
}
.BgClassName
{
background-color: #12709F;
}
</style>
border-color css
<style>
span { border-color: #12709F; }
span { border-color: rgb(18,112,159); }
td.TdClassName
{
border-color: #12709F;
}
.TagClassName
{
border-color: #12709F;
}
</style>