Shades of Dark Cerulean #0F4282
Tints of Dark Cerulean #0F4282
RGB
CMYK
RGB Variations
Color information
#0F4282 (or 0x0F4282) is known color: Dark Cerulean. HEX triplet: 0F, 42 and 82. RGB value is (15,66,130). Sum of RGB (Red+Green+Blue) = 15+66+130=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 130 (51.17% from 255 or 61.61% from 211); Max value from RGB is 130 - color contains mainly: blue. Hex color #0F4282 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4282 is #F0BD7D. Grayscale: #393939. Windows color (decimal): -15777150 or 8536591. OLE color: 8536591.
HSL color Cylindrical-coordinate representation of color #0F4282: hue angle of 213.39º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F4282 is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 66 | 130 | - |
| CMYK | 0.88 | 0.49 | 0 | 0.49 |
| HSL | 213.39º | 0.79% | 0.28% | - |
| HSV(B) | 213.39º | 0.88% | 0.51% | - |
| XYZ | 6.17 | 5.61 | 21.88 | - |
| YUV | 58.05 | 168.6 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 66 | 130 | 0.88 | 0.49 | 0 | 0.49 | 213.39 | 0.79 | 0.28 |
| Hex | F | 42 | 82 | 58 | 31 | 0 | 31 | D5 | 4F | 1C |
| Octal | 17 | 102 | 202 | 130 | 61 | 0 | 61 | 325 | 117 | 34 |
| Binary | 1111 | 1000010 | 10000010 | 1011000 | 110001 | 0 | 110001 | 11010101 | 1001111 | 11100 |
Color Harmonies of #0F4282
Complementary color
Monochromatic Colors of #0F4282
Black with #0F4282
Text Example
Text Example
White with #0F4282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4282; }
p { color: rgb(15,66,130); }
H1.HeaderClassName
{
color: #0F4282;
}
.AnyTagClassName
{
color: #0F4282;
}
</style>
background-color css
<style>
a { background-color: #0F4282; }
a { background-color: rgb(15,66,130); }
div.DivClassName
{
background-color: #0F4282;
}
.BgClassName
{
background-color: #0F4282;
}
</style>
border-color css
<style>
span { border-color: #0F4282; }
span { border-color: rgb(15,66,130); }
td.TdClassName
{
border-color: #0F4282;
}
.TagClassName
{
border-color: #0F4282;
}
</style>