Shades of Navy #01077D
Tints of Navy #01077D
RGB
CMYK
RGB Variations
Color information
#01077D (or 0x01077D) is known color: Navy. HEX triplet: 01, 07 and 7D. RGB value is (1,7,125). Sum of RGB (Red+Green+Blue) = 1+7+125=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 7 (3.12% from 255 or 5.26% from 133); Blue value is 125 (49.22% from 255 or 93.98% from 133); Max value from RGB is 125 - color contains mainly: blue. Hex color #01077D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01077D is #FEF882. Grayscale: #121212. Windows color (decimal): -16709763 or 8193793. OLE color: 8193793.
HSL color Cylindrical-coordinate representation of color #01077D: hue angle of 237.1º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01077D is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 7 | 125 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.51 |
| HSL | 237.1º | 0.98% | 0.25% | - |
| HSV(B) | 237.1º | 0.99% | 0.49% | - |
| XYZ | 3.79 | 1.64 | 19.52 | - |
| YUV | 18.66 | 188.01 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 7 | 125 | 0.99 | 0.94 | 0 | 0.51 | 237.1 | 0.98 | 0.25 |
| Hex | 1 | 7 | 7D | 63 | 5E | 0 | 33 | ED | 62 | 19 |
| Octal | 1 | 7 | 175 | 143 | 136 | 0 | 63 | 355 | 142 | 31 |
| Binary | 1 | 111 | 1111101 | 1100011 | 1011110 | 0 | 110011 | 11101101 | 1100010 | 11001 |
Color Harmonies of #01077D
Complementary color
Monochromatic Colors of #01077D
Black with #01077D
Text Example
Text Example
White with #01077D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01077D; }
p { color: rgb(1,7,125); }
H1.HeaderClassName
{
color: #01077D;
}
.AnyTagClassName
{
color: #01077D;
}
</style>
background-color css
<style>
a { background-color: #01077D; }
a { background-color: rgb(1,7,125); }
div.DivClassName
{
background-color: #01077D;
}
.BgClassName
{
background-color: #01077D;
}
</style>
border-color css
<style>
span { border-color: #01077D; }
span { border-color: rgb(1,7,125); }
td.TdClassName
{
border-color: #01077D;
}
.TagClassName
{
border-color: #01077D;
}
</style>