Shades of Dark Cerulean #0F347C
Tints of Dark Cerulean #0F347C
RGB
CMYK
RGB Variations
Color information
#0F347C (or 0x0F347C) is known color: Dark Cerulean. HEX triplet: 0F, 34 and 7C. RGB value is (15,52,124). Sum of RGB (Red+Green+Blue) = 15+52+124=191 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.85% from 191); Green value is 52 (20.70% from 255 or 27.23% from 191); Blue value is 124 (48.83% from 255 or 64.92% from 191); Max value from RGB is 124 - color contains mainly: blue. Hex color #0F347C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F347C is #F0CB83. Grayscale: #303030. Windows color (decimal): -15780740 or 8139791. OLE color: 8139791.
HSL color Cylindrical-coordinate representation of color #0F347C: hue angle of 219.63º 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 #0F347C is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 15 | 52 | 124 | - |
| CMYK | 0.88 | 0.58 | 0 | 0.51 |
| HSL | 219.63º | 0.78% | 0.27% | - |
| HSV(B) | 219.63º | 0.88% | 0.49% | - |
| XYZ | 5.06 | 4.01 | 19.58 | - |
| YUV | 49.15 | 170.24 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 52 | 124 | 0.88 | 0.58 | 0 | 0.51 | 219.63 | 0.78 | 0.27 |
| Hex | F | 34 | 7C | 58 | 3A | 0 | 33 | DC | 4E | 1B |
| Octal | 17 | 64 | 174 | 130 | 72 | 0 | 63 | 334 | 116 | 33 |
| Binary | 1111 | 110100 | 1111100 | 1011000 | 111010 | 0 | 110011 | 11011100 | 1001110 | 11011 |
Color Harmonies of #0F347C
Complementary color
Monochromatic Colors of #0F347C
Black with #0F347C
Text Example
Text Example
White with #0F347C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F347C; }
p { color: rgb(15,52,124); }
H1.HeaderClassName
{
color: #0F347C;
}
.AnyTagClassName
{
color: #0F347C;
}
</style>
background-color css
<style>
a { background-color: #0F347C; }
a { background-color: rgb(15,52,124); }
div.DivClassName
{
background-color: #0F347C;
}
.BgClassName
{
background-color: #0F347C;
}
</style>
border-color css
<style>
span { border-color: #0F347C; }
span { border-color: rgb(15,52,124); }
td.TdClassName
{
border-color: #0F347C;
}
.TagClassName
{
border-color: #0F347C;
}
</style>