Shades of Navy #0F0278
Tints of Navy #0F0278
RGB
CMYK
RGB Variations
Color information
#0F0278 (or 0x0F0278) is known color: Navy. HEX triplet: 0F, 02 and 78. RGB value is (15,2,120). Sum of RGB (Red+Green+Blue) = 15+2+120=137 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.95% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 120 (47.27% from 255 or 87.59% from 137); Max value from RGB is 120 - color contains mainly: blue. Hex color #0F0278 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0278 is #F0FD87. Grayscale: #121212. Windows color (decimal): -15793544 or 7864847. OLE color: 7864847.
HSL color Cylindrical-coordinate representation of color #0F0278: hue angle of 246.61º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F0278 is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 2 | 120 | - |
| CMYK | 0.87 | 0.98 | 0 | 0.53 |
| HSL | 246.61º | 0.97% | 0.24% | - |
| HSV(B) | 246.61º | 0.98% | 0.47% | - |
| XYZ | 3.61 | 1.5 | 17.87 | - |
| YUV | 19.34 | 184.81 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 2 | 120 | 0.87 | 0.98 | 0 | 0.53 | 246.61 | 0.97 | 0.24 |
| Hex | F | 2 | 78 | 57 | 62 | 0 | 35 | F7 | 61 | 18 |
| Octal | 17 | 2 | 170 | 127 | 142 | 0 | 65 | 367 | 141 | 30 |
| Binary | 1111 | 10 | 1111000 | 1010111 | 1100010 | 0 | 110101 | 11110111 | 1100001 | 11000 |
Color Harmonies of #0F0278
Complementary color
Monochromatic Colors of #0F0278
Black with #0F0278
Text Example
Text Example
White with #0F0278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0278; }
p { color: rgb(15,2,120); }
H1.HeaderClassName
{
color: #0F0278;
}
.AnyTagClassName
{
color: #0F0278;
}
</style>
background-color css
<style>
a { background-color: #0F0278; }
a { background-color: rgb(15,2,120); }
div.DivClassName
{
background-color: #0F0278;
}
.BgClassName
{
background-color: #0F0278;
}
</style>
border-color css
<style>
span { border-color: #0F0278; }
span { border-color: rgb(15,2,120); }
td.TdClassName
{
border-color: #0F0278;
}
.TagClassName
{
border-color: #0F0278;
}
</style>