Shades of Dark Cerulean #0F3B79
Tints of Dark Cerulean #0F3B79
RGB
CMYK
RGB Variations
Color information
#0F3B79 (or 0x0F3B79) is known color: Dark Cerulean. HEX triplet: 0F, 3B and 79. RGB value is (15,59,121). Sum of RGB (Red+Green+Blue) = 15+59+121=195 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.69% from 195); Green value is 59 (23.44% from 255 or 30.26% from 195); Blue value is 121 (47.66% from 255 or 62.05% from 195); Max value from RGB is 121 - color contains mainly: blue. Hex color #0F3B79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3B79 is #F0C486. Grayscale: #343434. Windows color (decimal): -15778951 or 7944975. OLE color: 7944975.
HSL color Cylindrical-coordinate representation of color #0F3B79: hue angle of 215.09º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F3B79 is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 59 | 121 | - |
| CMYK | 0.88 | 0.51 | 0 | 0.53 |
| HSL | 215.09º | 0.78% | 0.27% | - |
| HSV(B) | 215.09º | 0.88% | 0.47% | - |
| XYZ | 5.21 | 4.61 | 18.7 | - |
| YUV | 52.91 | 166.42 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 59 | 121 | 0.88 | 0.51 | 0 | 0.53 | 215.09 | 0.78 | 0.27 |
| Hex | F | 3B | 79 | 58 | 33 | 0 | 35 | D7 | 4E | 1B |
| Octal | 17 | 73 | 171 | 130 | 63 | 0 | 65 | 327 | 116 | 33 |
| Binary | 1111 | 111011 | 1111001 | 1011000 | 110011 | 0 | 110101 | 11010111 | 1001110 | 11011 |
Color Harmonies of #0F3B79
Complementary color
Monochromatic Colors of #0F3B79
Black with #0F3B79
Text Example
Text Example
White with #0F3B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3B79; }
p { color: rgb(15,59,121); }
H1.HeaderClassName
{
color: #0F3B79;
}
.AnyTagClassName
{
color: #0F3B79;
}
</style>
background-color css
<style>
a { background-color: #0F3B79; }
a { background-color: rgb(15,59,121); }
div.DivClassName
{
background-color: #0F3B79;
}
.BgClassName
{
background-color: #0F3B79;
}
</style>
border-color css
<style>
span { border-color: #0F3B79; }
span { border-color: rgb(15,59,121); }
td.TdClassName
{
border-color: #0F3B79;
}
.TagClassName
{
border-color: #0F3B79;
}
</style>