Shades of Dark Cerulean #0F446D
Tints of Dark Cerulean #0F446D
RGB
CMYK
RGB Variations
Color information
#0F446D (or 0x0F446D) is known color: Dark Cerulean. HEX triplet: 0F, 44 and 6D. RGB value is (15,68,109). Sum of RGB (Red+Green+Blue) = 15+68+109=192 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.81% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 109 (42.97% from 255 or 56.77% from 192); Max value from RGB is 109 - color contains mainly: blue. Hex color #0F446D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F446D is #F0BB92. Grayscale: #383838. Windows color (decimal): -15776659 or 7160847. OLE color: 7160847.
HSL color Cylindrical-coordinate representation of color #0F446D: hue angle of 206.17º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F446D is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 15 | 68 | 109 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.57 |
| HSL | 206.17º | 0.76% | 0.24% | - |
| HSV(B) | 206.17º | 0.86% | 0.43% | - |
| XYZ | 5.02 | 5.34 | 15.23 | - |
| YUV | 56.83 | 157.44 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 68 | 109 | 0.86 | 0.38 | 0 | 0.57 | 206.17 | 0.76 | 0.24 |
| Hex | F | 44 | 6D | 56 | 26 | 0 | 39 | CE | 4C | 18 |
| Octal | 17 | 104 | 155 | 126 | 46 | 0 | 71 | 316 | 114 | 30 |
| Binary | 1111 | 1000100 | 1101101 | 1010110 | 100110 | 0 | 111001 | 11001110 | 1001100 | 11000 |
Color Harmonies of #0F446D
Complementary color
Monochromatic Colors of #0F446D
Black with #0F446D
Text Example
Text Example
White with #0F446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F446D; }
p { color: rgb(15,68,109); }
H1.HeaderClassName
{
color: #0F446D;
}
.AnyTagClassName
{
color: #0F446D;
}
</style>
background-color css
<style>
a { background-color: #0F446D; }
a { background-color: rgb(15,68,109); }
div.DivClassName
{
background-color: #0F446D;
}
.BgClassName
{
background-color: #0F446D;
}
</style>
border-color css
<style>
span { border-color: #0F446D; }
span { border-color: rgb(15,68,109); }
td.TdClassName
{
border-color: #0F446D;
}
.TagClassName
{
border-color: #0F446D;
}
</style>