Shades of Cerulean #0F7294
Tints of Cerulean #0F7294
RGB
CMYK
RGB Variations
Color information
#0F7294 (or 0x0F7294) is known color: Cerulean. HEX triplet: 0F, 72 and 94. RGB value is (15,114,148). Sum of RGB (Red+Green+Blue) = 15+114+148=277 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.42% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 148 (58.20% from 255 or 53.43% from 277); Max value from RGB is 148 - color contains mainly: blue. Hex color #0F7294 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7294 is #F08D6B. Grayscale: #585858. Windows color (decimal): -15764844 or 9728527. OLE color: 9728527.
HSL color Cylindrical-coordinate representation of color #0F7294: hue angle of 195.34º 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 #0F7294 is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 114 | 148 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.42 |
| HSL | 195.34º | 0.82% | 0.32% | - |
| HSV(B) | 195.34º | 0.9% | 0.58% | - |
| XYZ | 11.56 | 14.27 | 30.16 | - |
| YUV | 88.28 | 161.7 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 114 | 148 | 0.90 | 0.23 | 0 | 0.42 | 195.34 | 0.82 | 0.32 |
| Hex | F | 72 | 94 | 5A | 17 | 0 | 2A | C3 | 52 | 20 |
| Octal | 17 | 162 | 224 | 132 | 27 | 0 | 52 | 303 | 122 | 40 |
| Binary | 1111 | 1110010 | 10010100 | 1011010 | 10111 | 0 | 101010 | 11000011 | 1010010 | 100000 |
Color Harmonies of #0F7294
Complementary color
Monochromatic Colors of #0F7294
Black with #0F7294
Text Example
Text Example
White with #0F7294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7294; }
p { color: rgb(15,114,148); }
H1.HeaderClassName
{
color: #0F7294;
}
.AnyTagClassName
{
color: #0F7294;
}
</style>
background-color css
<style>
a { background-color: #0F7294; }
a { background-color: rgb(15,114,148); }
div.DivClassName
{
background-color: #0F7294;
}
.BgClassName
{
background-color: #0F7294;
}
</style>
border-color css
<style>
span { border-color: #0F7294; }
span { border-color: rgb(15,114,148); }
td.TdClassName
{
border-color: #0F7294;
}
.TagClassName
{
border-color: #0F7294;
}
</style>