Shades of Navy #000377
Tints of Navy #000377
RGB
CMYK
RGB Variations
Color information
#000377 (or 0x000377) is known color: Navy. HEX triplet: 00, 03 and 77. RGB value is (0,3,119). Sum of RGB (Red+Green+Blue) = 0+3+119=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 119 (46.88% from 255 or 97.54% from 122); Max value from RGB is 119 - color contains mainly: blue. Hex color #000377 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000377 is #FFFC88. Grayscale: #0E0E0E. Windows color (decimal): -16776329 or 7799552. OLE color: 7799552.
HSL color Cylindrical-coordinate representation of color #000377: hue angle of 238.49º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000377 is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 3 | 119 | - |
| CMYK | 1 | 0.97 | 0 | 0.53 |
| HSL | 238.49º | 1% | 0.23% | - |
| HSV(B) | 238.49º | 1% | 0.47% | - |
| XYZ | 3.36 | 1.4 | 17.55 | - |
| YUV | 15.33 | 186.51 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 3 | 119 | 1 | 0.97 | 0 | 0.53 | 238.49 | 1 | 0.23 |
| Hex | 0 | 3 | 77 | 64 | 61 | 0 | 35 | EE | 64 | 17 |
| Octal | 0 | 3 | 167 | 144 | 141 | 0 | 65 | 356 | 144 | 27 |
| Binary | 0 | 11 | 1110111 | 1100100 | 1100001 | 0 | 110101 | 11101110 | 1100100 | 10111 |
Color Harmonies of #000377
Complementary color
Monochromatic Colors of #000377
Black with #000377
Text Example
Text Example
White with #000377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000377; }
p { color: rgb(0,3,119); }
H1.HeaderClassName
{
color: #000377;
}
.AnyTagClassName
{
color: #000377;
}
</style>
background-color css
<style>
a { background-color: #000377; }
a { background-color: rgb(0,3,119); }
div.DivClassName
{
background-color: #000377;
}
.BgClassName
{
background-color: #000377;
}
</style>
border-color css
<style>
span { border-color: #000377; }
span { border-color: rgb(0,3,119); }
td.TdClassName
{
border-color: #000377;
}
.TagClassName
{
border-color: #000377;
}
</style>