Shades of Navy #00055B
Tints of Navy #00055B
RGB
CMYK
RGB Variations
Color information
#00055B (or 0x00055B) is known color: Navy. HEX triplet: 00, 05 and 5B. RGB value is (0,5,91). Sum of RGB (Red+Green+Blue) = 0+5+91=96 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 91 (35.94% from 255 or 94.79% from 96); Max value from RGB is 91 - color contains mainly: blue. Hex color #00055B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00055B is #FFFAA4. Grayscale: #0C0C0C. Windows color (decimal): -16775845 or 5965056. OLE color: 5965056.
HSL color Cylindrical-coordinate representation of color #00055B: hue angle of 236.7º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00055B is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 5 | 91 | - |
| CMYK | 1 | 0.95 | 0 | 0.64 |
| HSL | 236.7º | 1% | 0.18% | - |
| HSV(B) | 236.7º | 1% | 0.36% | - |
| XYZ | 1.94 | 0.86 | 9.96 | - |
| YUV | 13.31 | 171.84 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 5 | 91 | 1 | 0.95 | 0 | 0.64 | 236.7 | 1 | 0.18 |
| Hex | 0 | 5 | 5B | 64 | 5F | 0 | 40 | ED | 64 | 12 |
| Octal | 0 | 5 | 133 | 144 | 137 | 0 | 100 | 355 | 144 | 22 |
| Binary | 0 | 101 | 1011011 | 1100100 | 1011111 | 0 | 1000000 | 11101101 | 1100100 | 10010 |
Color Harmonies of #00055B
Complementary color
Monochromatic Colors of #00055B
Black with #00055B
Text Example
Text Example
White with #00055B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00055B; }
p { color: rgb(0,5,91); }
H1.HeaderClassName
{
color: #00055B;
}
.AnyTagClassName
{
color: #00055B;
}
</style>
background-color css
<style>
a { background-color: #00055B; }
a { background-color: rgb(0,5,91); }
div.DivClassName
{
background-color: #00055B;
}
.BgClassName
{
background-color: #00055B;
}
</style>
border-color css
<style>
span { border-color: #00055B; }
span { border-color: rgb(0,5,91); }
td.TdClassName
{
border-color: #00055B;
}
.TagClassName
{
border-color: #00055B;
}
</style>