Shades of Navy #05007B
Tints of Navy #05007B
RGB
CMYK
RGB Variations
Color information
#05007B (or 0x05007B) is known color: Navy. HEX triplet: 05, 00 and 7B. RGB value is (5,0,123). Sum of RGB (Red+Green+Blue) = 5+0+123=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 123 (48.44% from 255 or 96.09% from 128); Max value from RGB is 123 - color contains mainly: blue. Hex color #05007B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05007B is #FAFF84. Grayscale: #0F0F0F. Windows color (decimal): -16449413 or 8060933. OLE color: 8060933.
HSL color Cylindrical-coordinate representation of color #05007B: hue angle of 242.44º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #05007B is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 0 | 123 | - |
| CMYK | 0.96 | 1 | 0 | 0.52 |
| HSL | 242.44º | 1% | 0.24% | - |
| HSV(B) | 242.44º | 1% | 0.48% | - |
| XYZ | 3.64 | 1.46 | 18.83 | - |
| YUV | 15.52 | 188.66 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 0 | 123 | 0.96 | 1 | 0 | 0.52 | 242.44 | 1 | 0.24 |
| Hex | 5 | 0 | 7B | 60 | 64 | 0 | 34 | F2 | 64 | 18 |
| Octal | 5 | 0 | 173 | 140 | 144 | 0 | 64 | 362 | 144 | 30 |
| Binary | 101 | 0 | 1111011 | 1100000 | 1100100 | 0 | 110100 | 11110010 | 1100100 | 11000 |
Color Harmonies of #05007B
Complementary color
Monochromatic Colors of #05007B
Black with #05007B
Text Example
Text Example
White with #05007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05007B; }
p { color: rgb(5,0,123); }
H1.HeaderClassName
{
color: #05007B;
}
.AnyTagClassName
{
color: #05007B;
}
</style>
background-color css
<style>
a { background-color: #05007B; }
a { background-color: rgb(5,0,123); }
div.DivClassName
{
background-color: #05007B;
}
.BgClassName
{
background-color: #05007B;
}
</style>
border-color css
<style>
span { border-color: #05007B; }
span { border-color: rgb(5,0,123); }
td.TdClassName
{
border-color: #05007B;
}
.TagClassName
{
border-color: #05007B;
}
</style>