Shades of Dark Cerulean #0F337E
Tints of Dark Cerulean #0F337E
RGB
CMYK
RGB Variations
Color information
#0F337E (or 0x0F337E) is known color: Dark Cerulean. HEX triplet: 0F, 33 and 7E. RGB value is (15,51,126). Sum of RGB (Red+Green+Blue) = 15+51+126=192 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.81% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 126 (49.61% from 255 or 65.62% from 192); Max value from RGB is 126 - color contains mainly: blue. Hex color #0F337E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F337E is #F0CC81. Grayscale: #303030. Windows color (decimal): -15780994 or 8270607. OLE color: 8270607.
HSL color Cylindrical-coordinate representation of color #0F337E: hue angle of 220.54º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F337E is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 15 | 51 | 126 | - |
| CMYK | 0.88 | 0.60 | 0 | 0.51 |
| HSL | 220.54º | 0.79% | 0.28% | - |
| HSV(B) | 220.54º | 0.88% | 0.49% | - |
| XYZ | 5.15 | 3.98 | 20.23 | - |
| YUV | 48.79 | 171.57 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 51 | 126 | 0.88 | 0.60 | 0 | 0.51 | 220.54 | 0.79 | 0.28 |
| Hex | F | 33 | 7E | 58 | 3C | 0 | 33 | DD | 4F | 1C |
| Octal | 17 | 63 | 176 | 130 | 74 | 0 | 63 | 335 | 117 | 34 |
| Binary | 1111 | 110011 | 1111110 | 1011000 | 111100 | 0 | 110011 | 11011101 | 1001111 | 11100 |
Color Harmonies of #0F337E
Complementary color
Monochromatic Colors of #0F337E
Black with #0F337E
Text Example
Text Example
White with #0F337E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F337E; }
p { color: rgb(15,51,126); }
H1.HeaderClassName
{
color: #0F337E;
}
.AnyTagClassName
{
color: #0F337E;
}
</style>
background-color css
<style>
a { background-color: #0F337E; }
a { background-color: rgb(15,51,126); }
div.DivClassName
{
background-color: #0F337E;
}
.BgClassName
{
background-color: #0F337E;
}
</style>
border-color css
<style>
span { border-color: #0F337E; }
span { border-color: rgb(15,51,126); }
td.TdClassName
{
border-color: #0F337E;
}
.TagClassName
{
border-color: #0F337E;
}
</style>