Shades of Dark Cerulean #0F367D
Tints of Dark Cerulean #0F367D
RGB
CMYK
RGB Variations
Color information
#0F367D (or 0x0F367D) is known color: Dark Cerulean. HEX triplet: 0F, 36 and 7D. RGB value is (15,54,125). Sum of RGB (Red+Green+Blue) = 15+54+125=194 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.73% from 194); Green value is 54 (21.48% from 255 or 27.84% from 194); Blue value is 125 (49.22% from 255 or 64.43% from 194); Max value from RGB is 125 - color contains mainly: blue. Hex color #0F367D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F367D is #F0C982. Grayscale: #323232. Windows color (decimal): -15780227 or 8205839. OLE color: 8205839.
HSL color Cylindrical-coordinate representation of color #0F367D: hue angle of 218.73º 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 #0F367D is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 15 | 54 | 125 | - |
| CMYK | 0.88 | 0.57 | 0 | 0.51 |
| HSL | 218.73º | 0.79% | 0.27% | - |
| HSV(B) | 218.73º | 0.88% | 0.49% | - |
| XYZ | 5.22 | 4.22 | 19.94 | - |
| YUV | 50.43 | 170.08 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 54 | 125 | 0.88 | 0.57 | 0 | 0.51 | 218.73 | 0.79 | 0.27 |
| Hex | F | 36 | 7D | 58 | 39 | 0 | 33 | DB | 4F | 1B |
| Octal | 17 | 66 | 175 | 130 | 71 | 0 | 63 | 333 | 117 | 33 |
| Binary | 1111 | 110110 | 1111101 | 1011000 | 111001 | 0 | 110011 | 11011011 | 1001111 | 11011 |
Color Harmonies of #0F367D
Complementary color
Monochromatic Colors of #0F367D
Black with #0F367D
Text Example
Text Example
White with #0F367D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F367D; }
p { color: rgb(15,54,125); }
H1.HeaderClassName
{
color: #0F367D;
}
.AnyTagClassName
{
color: #0F367D;
}
</style>
background-color css
<style>
a { background-color: #0F367D; }
a { background-color: rgb(15,54,125); }
div.DivClassName
{
background-color: #0F367D;
}
.BgClassName
{
background-color: #0F367D;
}
</style>
border-color css
<style>
span { border-color: #0F367D; }
span { border-color: rgb(15,54,125); }
td.TdClassName
{
border-color: #0F367D;
}
.TagClassName
{
border-color: #0F367D;
}
</style>