Shades of Dark Cerulean #0F4882
Tints of Dark Cerulean #0F4882
RGB
CMYK
RGB Variations
Color information
#0F4882 (or 0x0F4882) is known color: Dark Cerulean. HEX triplet: 0F, 48 and 82. RGB value is (15,72,130). Sum of RGB (Red+Green+Blue) = 15+72+130=217 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.91% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 130 (51.17% from 255 or 59.91% from 217); Max value from RGB is 130 - color contains mainly: blue. Hex color #0F4882 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4882 is #F0B77D. Grayscale: #3D3D3D. Windows color (decimal): -15775614 or 8538127. OLE color: 8538127.
HSL color Cylindrical-coordinate representation of color #0F4882: hue angle of 210.26º 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 #0F4882 is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 72 | 130 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.49 |
| HSL | 210.26º | 0.79% | 0.28% | - |
| HSV(B) | 210.26º | 0.88% | 0.51% | - |
| XYZ | 6.54 | 6.35 | 22 | - |
| YUV | 61.57 | 166.62 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 72 | 130 | 0.88 | 0.45 | 0 | 0.49 | 210.26 | 0.79 | 0.28 |
| Hex | F | 48 | 82 | 58 | 2D | 0 | 31 | D2 | 4F | 1C |
| Octal | 17 | 110 | 202 | 130 | 55 | 0 | 61 | 322 | 117 | 34 |
| Binary | 1111 | 1001000 | 10000010 | 1011000 | 101101 | 0 | 110001 | 11010010 | 1001111 | 11100 |
Color Harmonies of #0F4882
Complementary color
Monochromatic Colors of #0F4882
Black with #0F4882
Text Example
Text Example
White with #0F4882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4882; }
p { color: rgb(15,72,130); }
H1.HeaderClassName
{
color: #0F4882;
}
.AnyTagClassName
{
color: #0F4882;
}
</style>
background-color css
<style>
a { background-color: #0F4882; }
a { background-color: rgb(15,72,130); }
div.DivClassName
{
background-color: #0F4882;
}
.BgClassName
{
background-color: #0F4882;
}
</style>
border-color css
<style>
span { border-color: #0F4882; }
span { border-color: rgb(15,72,130); }
td.TdClassName
{
border-color: #0F4882;
}
.TagClassName
{
border-color: #0F4882;
}
</style>