Shades of Cerulean #12709B
Tints of Cerulean #12709B
RGB
CMYK
RGB Variations
Color information
#12709B (or 0x12709B) is known color: Cerulean. HEX triplet: 12, 70 and 9B. RGB value is (18,112,155). Sum of RGB (Red+Green+Blue) = 18+112+155=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 155 (60.94% from 255 or 54.39% from 285); Max value from RGB is 155 - color contains mainly: blue. Hex color #12709B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12709B is #ED8F64. Grayscale: #585858. Windows color (decimal): -15568741 or 10186770. OLE color: 10186770.
HSL color Cylindrical-coordinate representation of color #12709B: hue angle of 198.83º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12709B is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 112 | 155 | - |
| CMYK | 0.88 | 0.28 | 0 | 0.39 |
| HSL | 198.83º | 0.79% | 0.34% | - |
| HSV(B) | 198.83º | 0.88% | 0.61% | - |
| XYZ | 11.96 | 14.08 | 33.1 | - |
| YUV | 88.8 | 165.36 | 77.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 112 | 155 | 0.88 | 0.28 | 0 | 0.39 | 198.83 | 0.79 | 0.34 |
| Hex | 12 | 70 | 9B | 58 | 1C | 0 | 27 | C7 | 4F | 22 |
| Octal | 22 | 160 | 233 | 130 | 34 | 0 | 47 | 307 | 117 | 42 |
| Binary | 10010 | 1110000 | 10011011 | 1011000 | 11100 | 0 | 100111 | 11000111 | 1001111 | 100010 |
Color Harmonies of #12709B
Complementary color
Monochromatic Colors of #12709B
Black with #12709B
Text Example
Text Example
White with #12709B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12709B; }
p { color: rgb(18,112,155); }
H1.HeaderClassName
{
color: #12709B;
}
.AnyTagClassName
{
color: #12709B;
}
</style>
background-color css
<style>
a { background-color: #12709B; }
a { background-color: rgb(18,112,155); }
div.DivClassName
{
background-color: #12709B;
}
.BgClassName
{
background-color: #12709B;
}
</style>
border-color css
<style>
span { border-color: #12709B; }
span { border-color: rgb(18,112,155); }
td.TdClassName
{
border-color: #12709B;
}
.TagClassName
{
border-color: #12709B;
}
</style>