Shades of Cerulean #0F709C
Tints of Cerulean #0F709C
RGB
CMYK
RGB Variations
Color information
#0F709C (or 0x0F709C) is known color: Cerulean. HEX triplet: 0F, 70 and 9C. RGB value is (15,112,156). Sum of RGB (Red+Green+Blue) = 15+112+156=283 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.30% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F709C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F709C is #F08F63. Grayscale: #575757. Windows color (decimal): -15765348 or 10252303. OLE color: 10252303.
HSL color Cylindrical-coordinate representation of color #0F709C: hue angle of 198.72º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F709C is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 112 | 156 | - |
| CMYK | 0.90 | 0.28 | 0 | 0.39 |
| HSL | 198.72º | 0.82% | 0.34% | - |
| HSV(B) | 198.72º | 0.9% | 0.61% | - |
| XYZ | 11.99 | 14.09 | 33.54 | - |
| YUV | 88.01 | 166.36 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 112 | 156 | 0.90 | 0.28 | 0 | 0.39 | 198.72 | 0.82 | 0.34 |
| Hex | F | 70 | 9C | 5A | 1C | 0 | 27 | C7 | 52 | 22 |
| Octal | 17 | 160 | 234 | 132 | 34 | 0 | 47 | 307 | 122 | 42 |
| Binary | 1111 | 1110000 | 10011100 | 1011010 | 11100 | 0 | 100111 | 11000111 | 1010010 | 100010 |
Color Harmonies of #0F709C
Complementary color
Monochromatic Colors of #0F709C
Black with #0F709C
Text Example
Text Example
White with #0F709C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F709C; }
p { color: rgb(15,112,156); }
H1.HeaderClassName
{
color: #0F709C;
}
.AnyTagClassName
{
color: #0F709C;
}
</style>
background-color css
<style>
a { background-color: #0F709C; }
a { background-color: rgb(15,112,156); }
div.DivClassName
{
background-color: #0F709C;
}
.BgClassName
{
background-color: #0F709C;
}
</style>
border-color css
<style>
span { border-color: #0F709C; }
span { border-color: rgb(15,112,156); }
td.TdClassName
{
border-color: #0F709C;
}
.TagClassName
{
border-color: #0F709C;
}
</style>