Shades of Dark Cerulean #0F337D
Tints of Dark Cerulean #0F337D
RGB
CMYK
RGB Variations
Color information
#0F337D (or 0x0F337D) is known color: Dark Cerulean. HEX triplet: 0F, 33 and 7D. RGB value is (15,51,125). Sum of RGB (Red+Green+Blue) = 15+51+125=191 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.85% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 125 (49.22% from 255 or 65.45% from 191); Max value from RGB is 125 - color contains mainly: blue. Hex color #0F337D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F337D is #F0CC82. Grayscale: #303030. Windows color (decimal): -15780995 or 8205071. OLE color: 8205071.
HSL color Cylindrical-coordinate representation of color #0F337D: hue angle of 220.36º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F337D is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 15 | 51 | 125 | - |
| CMYK | 0.88 | 0.59 | 0 | 0.51 |
| HSL | 220.36º | 0.79% | 0.27% | - |
| HSV(B) | 220.36º | 0.88% | 0.49% | - |
| XYZ | 5.08 | 3.95 | 19.9 | - |
| YUV | 48.67 | 171.07 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 51 | 125 | 0.88 | 0.59 | 0 | 0.51 | 220.36 | 0.79 | 0.27 |
| Hex | F | 33 | 7D | 58 | 3B | 0 | 33 | DC | 4F | 1B |
| Octal | 17 | 63 | 175 | 130 | 73 | 0 | 63 | 334 | 117 | 33 |
| Binary | 1111 | 110011 | 1111101 | 1011000 | 111011 | 0 | 110011 | 11011100 | 1001111 | 11011 |
Color Harmonies of #0F337D
Complementary color
Monochromatic Colors of #0F337D
Black with #0F337D
Text Example
Text Example
White with #0F337D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F337D; }
p { color: rgb(15,51,125); }
H1.HeaderClassName
{
color: #0F337D;
}
.AnyTagClassName
{
color: #0F337D;
}
</style>
background-color css
<style>
a { background-color: #0F337D; }
a { background-color: rgb(15,51,125); }
div.DivClassName
{
background-color: #0F337D;
}
.BgClassName
{
background-color: #0F337D;
}
</style>
border-color css
<style>
span { border-color: #0F337D; }
span { border-color: rgb(15,51,125); }
td.TdClassName
{
border-color: #0F337D;
}
.TagClassName
{
border-color: #0F337D;
}
</style>