Shades of Navy #01077B
Tints of Navy #01077B
RGB
CMYK
RGB Variations
Color information
#01077B (or 0x01077B) is known color: Navy. HEX triplet: 01, 07 and 7B. RGB value is (1,7,123). Sum of RGB (Red+Green+Blue) = 1+7+123=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 123 (48.44% from 255 or 93.89% from 131); Max value from RGB is 123 - color contains mainly: blue. Hex color #01077B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01077B is #FEF884. Grayscale: #111111. Windows color (decimal): -16709765 or 8062721. OLE color: 8062721.
HSL color Cylindrical-coordinate representation of color #01077B: hue angle of 237.05º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01077B is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 7 | 123 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.52 |
| HSL | 237.05º | 0.98% | 0.24% | - |
| HSV(B) | 237.05º | 0.99% | 0.48% | - |
| XYZ | 3.66 | 1.59 | 18.85 | - |
| YUV | 18.43 | 187.01 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 7 | 123 | 0.99 | 0.94 | 0 | 0.52 | 237.05 | 0.98 | 0.24 |
| Hex | 1 | 7 | 7B | 63 | 5E | 0 | 34 | ED | 62 | 18 |
| Octal | 1 | 7 | 173 | 143 | 136 | 0 | 64 | 355 | 142 | 30 |
| Binary | 1 | 111 | 1111011 | 1100011 | 1011110 | 0 | 110100 | 11101101 | 1100010 | 11000 |
Color Harmonies of #01077B
Complementary color
Monochromatic Colors of #01077B
Black with #01077B
Text Example
Text Example
White with #01077B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01077B; }
p { color: rgb(1,7,123); }
H1.HeaderClassName
{
color: #01077B;
}
.AnyTagClassName
{
color: #01077B;
}
</style>
background-color css
<style>
a { background-color: #01077B; }
a { background-color: rgb(1,7,123); }
div.DivClassName
{
background-color: #01077B;
}
.BgClassName
{
background-color: #01077B;
}
</style>
border-color css
<style>
span { border-color: #01077B; }
span { border-color: rgb(1,7,123); }
td.TdClassName
{
border-color: #01077B;
}
.TagClassName
{
border-color: #01077B;
}
</style>