Shades of Dark Cerulean #0F447D
Tints of Dark Cerulean #0F447D
RGB
CMYK
RGB Variations
Color information
#0F447D (or 0x0F447D) is known color: Dark Cerulean. HEX triplet: 0F, 44 and 7D. RGB value is (15,68,125). Sum of RGB (Red+Green+Blue) = 15+68+125=208 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.21% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 125 (49.22% from 255 or 60.10% from 208); Max value from RGB is 125 - color contains mainly: blue. Hex color #0F447D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F447D is #F0BB82. Grayscale: #3A3A3A. Windows color (decimal): -15776643 or 8209423. OLE color: 8209423.
HSL color Cylindrical-coordinate representation of color #0F447D: hue angle of 211.09º 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 #0F447D is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 15 | 68 | 125 | - |
| CMYK | 0.88 | 0.46 | 0 | 0.51 |
| HSL | 211.09º | 0.79% | 0.27% | - |
| HSV(B) | 211.09º | 0.88% | 0.49% | - |
| XYZ | 5.97 | 5.72 | 20.19 | - |
| YUV | 58.65 | 165.44 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 68 | 125 | 0.88 | 0.46 | 0 | 0.51 | 211.09 | 0.79 | 0.27 |
| Hex | F | 44 | 7D | 58 | 2E | 0 | 33 | D3 | 4F | 1B |
| Octal | 17 | 104 | 175 | 130 | 56 | 0 | 63 | 323 | 117 | 33 |
| Binary | 1111 | 1000100 | 1111101 | 1011000 | 101110 | 0 | 110011 | 11010011 | 1001111 | 11011 |
Color Harmonies of #0F447D
Complementary color
Monochromatic Colors of #0F447D
Black with #0F447D
Text Example
Text Example
White with #0F447D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F447D; }
p { color: rgb(15,68,125); }
H1.HeaderClassName
{
color: #0F447D;
}
.AnyTagClassName
{
color: #0F447D;
}
</style>
background-color css
<style>
a { background-color: #0F447D; }
a { background-color: rgb(15,68,125); }
div.DivClassName
{
background-color: #0F447D;
}
.BgClassName
{
background-color: #0F447D;
}
</style>
border-color css
<style>
span { border-color: #0F447D; }
span { border-color: rgb(15,68,125); }
td.TdClassName
{
border-color: #0F447D;
}
.TagClassName
{
border-color: #0F447D;
}
</style>