Shades of Cerulean #0F7094
Tints of Cerulean #0F7094
RGB
CMYK
RGB Variations
Color information
#0F7094 (or 0x0F7094) is known color: Cerulean. HEX triplet: 0F, 70 and 94. RGB value is (15,112,148). Sum of RGB (Red+Green+Blue) = 15+112+148=275 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.45% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 148 (58.20% from 255 or 53.82% from 275); Max value from RGB is 148 - color contains mainly: blue. Hex color #0F7094 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7094 is #F08F6B. Grayscale: #565656. Windows color (decimal): -15765356 or 9728015. OLE color: 9728015.
HSL color Cylindrical-coordinate representation of color #0F7094: hue angle of 196.24º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F7094 is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 112 | 148 | - |
| CMYK | 0.90 | 0.24 | 0 | 0.42 |
| HSL | 196.24º | 0.82% | 0.32% | - |
| HSV(B) | 196.24º | 0.9% | 0.58% | - |
| XYZ | 11.34 | 13.83 | 30.09 | - |
| YUV | 87.1 | 162.36 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 112 | 148 | 0.90 | 0.24 | 0 | 0.42 | 196.24 | 0.82 | 0.32 |
| Hex | F | 70 | 94 | 5A | 18 | 0 | 2A | C4 | 52 | 20 |
| Octal | 17 | 160 | 224 | 132 | 30 | 0 | 52 | 304 | 122 | 40 |
| Binary | 1111 | 1110000 | 10010100 | 1011010 | 11000 | 0 | 101010 | 11000100 | 1010010 | 100000 |
Color Harmonies of #0F7094
Complementary color
Monochromatic Colors of #0F7094
Black with #0F7094
Text Example
Text Example
White with #0F7094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7094; }
p { color: rgb(15,112,148); }
H1.HeaderClassName
{
color: #0F7094;
}
.AnyTagClassName
{
color: #0F7094;
}
</style>
background-color css
<style>
a { background-color: #0F7094; }
a { background-color: rgb(15,112,148); }
div.DivClassName
{
background-color: #0F7094;
}
.BgClassName
{
background-color: #0F7094;
}
</style>
border-color css
<style>
span { border-color: #0F7094; }
span { border-color: rgb(15,112,148); }
td.TdClassName
{
border-color: #0F7094;
}
.TagClassName
{
border-color: #0F7094;
}
</style>