Shades of Dark Cerulean #0F3482
Tints of Dark Cerulean #0F3482
RGB
CMYK
RGB Variations
Color information
#0F3482 (or 0x0F3482) is known color: Dark Cerulean. HEX triplet: 0F, 34 and 82. RGB value is (15,52,130). Sum of RGB (Red+Green+Blue) = 15+52+130=197 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.61% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 130 (51.17% from 255 or 65.99% from 197); Max value from RGB is 130 - color contains mainly: blue. Hex color #0F3482 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3482 is #F0CB7D. Grayscale: #313131. Windows color (decimal): -15780734 or 8533007. OLE color: 8533007.
HSL color Cylindrical-coordinate representation of color #0F3482: hue angle of 220.7º 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 #0F3482 is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 52 | 130 | - |
| CMYK | 0.88 | 0.60 | 0 | 0.49 |
| HSL | 220.7º | 0.79% | 0.28% | - |
| HSV(B) | 220.7º | 0.88% | 0.51% | - |
| XYZ | 5.45 | 4.17 | 21.64 | - |
| YUV | 49.83 | 173.24 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 52 | 130 | 0.88 | 0.60 | 0 | 0.49 | 220.7 | 0.79 | 0.28 |
| Hex | F | 34 | 82 | 58 | 3C | 0 | 31 | DD | 4F | 1C |
| Octal | 17 | 64 | 202 | 130 | 74 | 0 | 61 | 335 | 117 | 34 |
| Binary | 1111 | 110100 | 10000010 | 1011000 | 111100 | 0 | 110001 | 11011101 | 1001111 | 11100 |
Color Harmonies of #0F3482
Complementary color
Monochromatic Colors of #0F3482
Black with #0F3482
Text Example
Text Example
White with #0F3482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3482; }
p { color: rgb(15,52,130); }
H1.HeaderClassName
{
color: #0F3482;
}
.AnyTagClassName
{
color: #0F3482;
}
</style>
background-color css
<style>
a { background-color: #0F3482; }
a { background-color: rgb(15,52,130); }
div.DivClassName
{
background-color: #0F3482;
}
.BgClassName
{
background-color: #0F3482;
}
</style>
border-color css
<style>
span { border-color: #0F3482; }
span { border-color: rgb(15,52,130); }
td.TdClassName
{
border-color: #0F3482;
}
.TagClassName
{
border-color: #0F3482;
}
</style>