Shades of Dark Cerulean #0F3C77
Tints of Dark Cerulean #0F3C77
RGB
CMYK
RGB Variations
Color information
#0F3C77 (or 0x0F3C77) is known color: Dark Cerulean. HEX triplet: 0F, 3C and 77. RGB value is (15,60,119). Sum of RGB (Red+Green+Blue) = 15+60+119=194 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.73% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 119 (46.88% from 255 or 61.34% from 194); Max value from RGB is 119 - color contains mainly: blue. Hex color #0F3C77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3C77 is #F0C388. Grayscale: #343434. Windows color (decimal): -15778697 or 7814159. OLE color: 7814159.
HSL color Cylindrical-coordinate representation of color #0F3C77: hue angle of 214.04º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F3C77 is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 60 | 119 | - |
| CMYK | 0.87 | 0.50 | 0 | 0.53 |
| HSL | 214.04º | 0.78% | 0.26% | - |
| HSV(B) | 214.04º | 0.87% | 0.47% | - |
| XYZ | 5.14 | 4.67 | 18.08 | - |
| YUV | 53.27 | 165.09 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 60 | 119 | 0.87 | 0.50 | 0 | 0.53 | 214.04 | 0.78 | 0.26 |
| Hex | F | 3C | 77 | 57 | 32 | 0 | 35 | D6 | 4E | 1A |
| Octal | 17 | 74 | 167 | 127 | 62 | 0 | 65 | 326 | 116 | 32 |
| Binary | 1111 | 111100 | 1110111 | 1010111 | 110010 | 0 | 110101 | 11010110 | 1001110 | 11010 |
Color Harmonies of #0F3C77
Complementary color
Monochromatic Colors of #0F3C77
Black with #0F3C77
Text Example
Text Example
White with #0F3C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3C77; }
p { color: rgb(15,60,119); }
H1.HeaderClassName
{
color: #0F3C77;
}
.AnyTagClassName
{
color: #0F3C77;
}
</style>
background-color css
<style>
a { background-color: #0F3C77; }
a { background-color: rgb(15,60,119); }
div.DivClassName
{
background-color: #0F3C77;
}
.BgClassName
{
background-color: #0F3C77;
}
</style>
border-color css
<style>
span { border-color: #0F3C77; }
span { border-color: rgb(15,60,119); }
td.TdClassName
{
border-color: #0F3C77;
}
.TagClassName
{
border-color: #0F3C77;
}
</style>