Shades of Dark Cerulean #0F4778
Tints of Dark Cerulean #0F4778
RGB
CMYK
RGB Variations
Color information
#0F4778 (or 0x0F4778) is known color: Dark Cerulean. HEX triplet: 0F, 47 and 78. RGB value is (15,71,120). Sum of RGB (Red+Green+Blue) = 15+71+120=206 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.28% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 120 (47.27% from 255 or 58.25% from 206); Max value from RGB is 120 - color contains mainly: blue. Hex color #0F4778 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4778 is #F0B887. Grayscale: #3B3B3B. Windows color (decimal): -15775880 or 7882511. OLE color: 7882511.
HSL color Cylindrical-coordinate representation of color #0F4778: hue angle of 208º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F4778 is Cyan = 0.87, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 71 | 120 | - |
| CMYK | 0.87 | 0.41 | 0 | 0.53 |
| HSL | 208º | 0.78% | 0.26% | - |
| HSV(B) | 208º | 0.88% | 0.47% | - |
| XYZ | 5.84 | 5.96 | 18.61 | - |
| YUV | 59.84 | 161.95 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 71 | 120 | 0.87 | 0.41 | 0 | 0.53 | 208 | 0.78 | 0.26 |
| Hex | F | 47 | 78 | 57 | 29 | 0 | 35 | D0 | 4E | 1A |
| Octal | 17 | 107 | 170 | 127 | 51 | 0 | 65 | 320 | 116 | 32 |
| Binary | 1111 | 1000111 | 1111000 | 1010111 | 101001 | 0 | 110101 | 11010000 | 1001110 | 11010 |
Color Harmonies of #0F4778
Complementary color
Monochromatic Colors of #0F4778
Black with #0F4778
Text Example
Text Example
White with #0F4778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4778; }
p { color: rgb(15,71,120); }
H1.HeaderClassName
{
color: #0F4778;
}
.AnyTagClassName
{
color: #0F4778;
}
</style>
background-color css
<style>
a { background-color: #0F4778; }
a { background-color: rgb(15,71,120); }
div.DivClassName
{
background-color: #0F4778;
}
.BgClassName
{
background-color: #0F4778;
}
</style>
border-color css
<style>
span { border-color: #0F4778; }
span { border-color: rgb(15,71,120); }
td.TdClassName
{
border-color: #0F4778;
}
.TagClassName
{
border-color: #0F4778;
}
</style>