Shades of Dark Cerulean #0F347D
Tints of Dark Cerulean #0F347D
RGB
CMYK
RGB Variations
Color information
#0F347D (or 0x0F347D) is known color: Dark Cerulean. HEX triplet: 0F, 34 and 7D. RGB value is (15,52,125). Sum of RGB (Red+Green+Blue) = 15+52+125=192 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.81% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 125 (49.22% from 255 or 65.10% from 192); Max value from RGB is 125 - color contains mainly: blue. Hex color #0F347D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F347D is #F0CB82. Grayscale: #303030. Windows color (decimal): -15780739 or 8205327. OLE color: 8205327.
HSL color Cylindrical-coordinate representation of color #0F347D: hue angle of 219.82º 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 #0F347D is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 15 | 52 | 125 | - |
| CMYK | 0.88 | 0.58 | 0 | 0.51 |
| HSL | 219.82º | 0.79% | 0.27% | - |
| HSV(B) | 219.82º | 0.88% | 0.49% | - |
| XYZ | 5.13 | 4.04 | 19.91 | - |
| YUV | 49.26 | 170.74 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 52 | 125 | 0.88 | 0.58 | 0 | 0.51 | 219.82 | 0.79 | 0.27 |
| Hex | F | 34 | 7D | 58 | 3A | 0 | 33 | DC | 4F | 1B |
| Octal | 17 | 64 | 175 | 130 | 72 | 0 | 63 | 334 | 117 | 33 |
| Binary | 1111 | 110100 | 1111101 | 1011000 | 111010 | 0 | 110011 | 11011100 | 1001111 | 11011 |
Color Harmonies of #0F347D
Complementary color
Monochromatic Colors of #0F347D
Black with #0F347D
Text Example
Text Example
White with #0F347D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F347D; }
p { color: rgb(15,52,125); }
H1.HeaderClassName
{
color: #0F347D;
}
.AnyTagClassName
{
color: #0F347D;
}
</style>
background-color css
<style>
a { background-color: #0F347D; }
a { background-color: rgb(15,52,125); }
div.DivClassName
{
background-color: #0F347D;
}
.BgClassName
{
background-color: #0F347D;
}
</style>
border-color css
<style>
span { border-color: #0F347D; }
span { border-color: rgb(15,52,125); }
td.TdClassName
{
border-color: #0F347D;
}
.TagClassName
{
border-color: #0F347D;
}
</style>