Shades of Dark Cerulean #0F347F
Tints of Dark Cerulean #0F347F
RGB
CMYK
RGB Variations
Color information
#0F347F (or 0x0F347F) is known color: Dark Cerulean. HEX triplet: 0F, 34 and 7F. RGB value is (15,52,127). Sum of RGB (Red+Green+Blue) = 15+52+127=194 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.73% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 127 (50% from 255 or 65.46% from 194); Max value from RGB is 127 - color contains mainly: blue. Hex color #0F347F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F347F is #F0CB80. Grayscale: #313131. Windows color (decimal): -15780737 or 8336399. OLE color: 8336399.
HSL color Cylindrical-coordinate representation of color #0F347F: hue angle of 220.18º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F347F is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 15 | 52 | 127 | - |
| CMYK | 0.88 | 0.59 | 0 | 0.50 |
| HSL | 220.18º | 0.79% | 0.28% | - |
| HSV(B) | 220.18º | 0.88% | 0.5% | - |
| XYZ | 5.26 | 4.09 | 20.59 | - |
| YUV | 49.49 | 171.74 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 52 | 127 | 0.88 | 0.59 | 0 | 0.50 | 220.18 | 0.79 | 0.28 |
| Hex | F | 34 | 7F | 58 | 3B | 0 | 32 | DC | 4F | 1C |
| Octal | 17 | 64 | 177 | 130 | 73 | 0 | 62 | 334 | 117 | 34 |
| Binary | 1111 | 110100 | 1111111 | 1011000 | 111011 | 0 | 110010 | 11011100 | 1001111 | 11100 |
Color Harmonies of #0F347F
Complementary color
Monochromatic Colors of #0F347F
Black with #0F347F
Text Example
Text Example
White with #0F347F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F347F; }
p { color: rgb(15,52,127); }
H1.HeaderClassName
{
color: #0F347F;
}
.AnyTagClassName
{
color: #0F347F;
}
</style>
background-color css
<style>
a { background-color: #0F347F; }
a { background-color: rgb(15,52,127); }
div.DivClassName
{
background-color: #0F347F;
}
.BgClassName
{
background-color: #0F347F;
}
</style>
border-color css
<style>
span { border-color: #0F347F; }
span { border-color: rgb(15,52,127); }
td.TdClassName
{
border-color: #0F347F;
}
.TagClassName
{
border-color: #0F347F;
}
</style>