Shades of Dark Cerulean #0F3777
Tints of Dark Cerulean #0F3777
RGB
CMYK
RGB Variations
Color information
#0F3777 (or 0x0F3777) is known color: Dark Cerulean. HEX triplet: 0F, 37 and 77. RGB value is (15,55,119). Sum of RGB (Red+Green+Blue) = 15+55+119=189 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.94% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 119 (46.88% from 255 or 62.96% from 189); Max value from RGB is 119 - color contains mainly: blue. Hex color #0F3777 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3777 is #F0C888. Grayscale: #323232. Windows color (decimal): -15779977 or 7812879. OLE color: 7812879.
HSL color Cylindrical-coordinate representation of color #0F3777: hue angle of 216.92º 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 #0F3777 is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 55 | 119 | - |
| CMYK | 0.87 | 0.54 | 0 | 0.53 |
| HSL | 216.92º | 0.78% | 0.26% | - |
| HSV(B) | 216.92º | 0.87% | 0.47% | - |
| XYZ | 4.89 | 4.17 | 18 | - |
| YUV | 50.34 | 166.75 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 55 | 119 | 0.87 | 0.54 | 0 | 0.53 | 216.92 | 0.78 | 0.26 |
| Hex | F | 37 | 77 | 57 | 36 | 0 | 35 | D9 | 4E | 1A |
| Octal | 17 | 67 | 167 | 127 | 66 | 0 | 65 | 331 | 116 | 32 |
| Binary | 1111 | 110111 | 1110111 | 1010111 | 110110 | 0 | 110101 | 11011001 | 1001110 | 11010 |
Color Harmonies of #0F3777
Complementary color
Monochromatic Colors of #0F3777
Black with #0F3777
Text Example
Text Example
White with #0F3777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3777; }
p { color: rgb(15,55,119); }
H1.HeaderClassName
{
color: #0F3777;
}
.AnyTagClassName
{
color: #0F3777;
}
</style>
background-color css
<style>
a { background-color: #0F3777; }
a { background-color: rgb(15,55,119); }
div.DivClassName
{
background-color: #0F3777;
}
.BgClassName
{
background-color: #0F3777;
}
</style>
border-color css
<style>
span { border-color: #0F3777; }
span { border-color: rgb(15,55,119); }
td.TdClassName
{
border-color: #0F3777;
}
.TagClassName
{
border-color: #0F3777;
}
</style>