Shades of Dark Cerulean #0F337C
Tints of Dark Cerulean #0F337C
RGB
CMYK
RGB Variations
Color information
#0F337C (or 0x0F337C) is known color: Dark Cerulean. HEX triplet: 0F, 33 and 7C. RGB value is (15,51,124). Sum of RGB (Red+Green+Blue) = 15+51+124=190 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.89% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 124 (48.83% from 255 or 65.26% from 190); Max value from RGB is 124 - color contains mainly: blue. Hex color #0F337C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F337C is #F0CC83. Grayscale: #303030. Windows color (decimal): -15780996 or 8139535. OLE color: 8139535.
HSL color Cylindrical-coordinate representation of color #0F337C: hue angle of 220.18º degrees, saturation: 0.78, 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 #0F337C is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 15 | 51 | 124 | - |
| CMYK | 0.88 | 0.59 | 0 | 0.51 |
| HSL | 220.18º | 0.78% | 0.27% | - |
| HSV(B) | 220.18º | 0.88% | 0.49% | - |
| XYZ | 5.02 | 3.92 | 19.56 | - |
| YUV | 48.56 | 170.57 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 51 | 124 | 0.88 | 0.59 | 0 | 0.51 | 220.18 | 0.78 | 0.27 |
| Hex | F | 33 | 7C | 58 | 3B | 0 | 33 | DC | 4E | 1B |
| Octal | 17 | 63 | 174 | 130 | 73 | 0 | 63 | 334 | 116 | 33 |
| Binary | 1111 | 110011 | 1111100 | 1011000 | 111011 | 0 | 110011 | 11011100 | 1001110 | 11011 |
Color Harmonies of #0F337C
Complementary color
Monochromatic Colors of #0F337C
Black with #0F337C
Text Example
Text Example
White with #0F337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F337C; }
p { color: rgb(15,51,124); }
H1.HeaderClassName
{
color: #0F337C;
}
.AnyTagClassName
{
color: #0F337C;
}
</style>
background-color css
<style>
a { background-color: #0F337C; }
a { background-color: rgb(15,51,124); }
div.DivClassName
{
background-color: #0F337C;
}
.BgClassName
{
background-color: #0F337C;
}
</style>
border-color css
<style>
span { border-color: #0F337C; }
span { border-color: rgb(15,51,124); }
td.TdClassName
{
border-color: #0F337C;
}
.TagClassName
{
border-color: #0F337C;
}
</style>