Shades of Cerulean #12709D
Tints of Cerulean #12709D
RGB
CMYK
RGB Variations
Color information
#12709D (or 0x12709D) is known color: Cerulean. HEX triplet: 12, 70 and 9D. RGB value is (18,112,157). Sum of RGB (Red+Green+Blue) = 18+112+157=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 157 (61.72% from 255 or 54.70% from 287); Max value from RGB is 157 - color contains mainly: blue. Hex color #12709D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12709D is #ED8F62. Grayscale: #585858. Windows color (decimal): -15568739 or 10317842. OLE color: 10317842.
HSL color Cylindrical-coordinate representation of color #12709D: hue angle of 199.42º degrees, saturation: 0.79, 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 #12709D is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 112 | 157 | - |
| CMYK | 0.89 | 0.29 | 0 | 0.38 |
| HSL | 199.42º | 0.79% | 0.34% | - |
| HSV(B) | 199.42º | 0.89% | 0.62% | - |
| XYZ | 12.13 | 14.15 | 33.99 | - |
| YUV | 89.02 | 166.36 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 112 | 157 | 0.89 | 0.29 | 0 | 0.38 | 199.42 | 0.79 | 0.34 |
| Hex | 12 | 70 | 9D | 59 | 1D | 0 | 26 | C7 | 4F | 22 |
| Octal | 22 | 160 | 235 | 131 | 35 | 0 | 46 | 307 | 117 | 42 |
| Binary | 10010 | 1110000 | 10011101 | 1011001 | 11101 | 0 | 100110 | 11000111 | 1001111 | 100010 |
Color Harmonies of #12709D
Complementary color
Monochromatic Colors of #12709D
Black with #12709D
Text Example
Text Example
White with #12709D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12709D; }
p { color: rgb(18,112,157); }
H1.HeaderClassName
{
color: #12709D;
}
.AnyTagClassName
{
color: #12709D;
}
</style>
background-color css
<style>
a { background-color: #12709D; }
a { background-color: rgb(18,112,157); }
div.DivClassName
{
background-color: #12709D;
}
.BgClassName
{
background-color: #12709D;
}
</style>
border-color css
<style>
span { border-color: #12709D; }
span { border-color: rgb(18,112,157); }
td.TdClassName
{
border-color: #12709D;
}
.TagClassName
{
border-color: #12709D;
}
</style>