Shades of Dark Cerulean #0F3B81
Tints of Dark Cerulean #0F3B81
RGB
CMYK
RGB Variations
Color information
#0F3B81 (or 0x0F3B81) is known color: Dark Cerulean. HEX triplet: 0F, 3B and 81. RGB value is (15,59,129). Sum of RGB (Red+Green+Blue) = 15+59+129=203 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.39% from 203); Green value is 59 (23.44% from 255 or 29.06% from 203); Blue value is 129 (50.78% from 255 or 63.55% from 203); Max value from RGB is 129 - color contains mainly: blue. Hex color #0F3B81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3B81 is #F0C47E. Grayscale: #353535. Windows color (decimal): -15778943 or 8469263. OLE color: 8469263.
HSL color Cylindrical-coordinate representation of color #0F3B81: hue angle of 216.84º 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 #0F3B81 is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 59 | 129 | - |
| CMYK | 0.88 | 0.54 | 0 | 0.49 |
| HSL | 216.84º | 0.79% | 0.28% | - |
| HSV(B) | 216.84º | 0.88% | 0.51% | - |
| XYZ | 5.72 | 4.81 | 21.4 | - |
| YUV | 53.82 | 170.42 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 59 | 129 | 0.88 | 0.54 | 0 | 0.49 | 216.84 | 0.79 | 0.28 |
| Hex | F | 3B | 81 | 58 | 36 | 0 | 31 | D9 | 4F | 1C |
| Octal | 17 | 73 | 201 | 130 | 66 | 0 | 61 | 331 | 117 | 34 |
| Binary | 1111 | 111011 | 10000001 | 1011000 | 110110 | 0 | 110001 | 11011001 | 1001111 | 11100 |
Color Harmonies of #0F3B81
Complementary color
Monochromatic Colors of #0F3B81
Black with #0F3B81
Text Example
Text Example
White with #0F3B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3B81; }
p { color: rgb(15,59,129); }
H1.HeaderClassName
{
color: #0F3B81;
}
.AnyTagClassName
{
color: #0F3B81;
}
</style>
background-color css
<style>
a { background-color: #0F3B81; }
a { background-color: rgb(15,59,129); }
div.DivClassName
{
background-color: #0F3B81;
}
.BgClassName
{
background-color: #0F3B81;
}
</style>
border-color css
<style>
span { border-color: #0F3B81; }
span { border-color: rgb(15,59,129); }
td.TdClassName
{
border-color: #0F3B81;
}
.TagClassName
{
border-color: #0F3B81;
}
</style>