Shades of Navy #05007C
Tints of Navy #05007C
RGB
CMYK
RGB Variations
Color information
#05007C (or 0x05007C) is known color: Navy. HEX triplet: 05, 00 and 7C. RGB value is (5,0,124). Sum of RGB (Red+Green+Blue) = 5+0+124=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 124 (48.83% from 255 or 96.12% from 129); Max value from RGB is 124 - color contains mainly: blue. Hex color #05007C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05007C is #FAFF83. Grayscale: #0F0F0F. Windows color (decimal): -16449412 or 8126469. OLE color: 8126469.
HSL color Cylindrical-coordinate representation of color #05007C: hue angle of 242.42º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #05007C is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 0 | 124 | - |
| CMYK | 0.96 | 1 | 0 | 0.51 |
| HSL | 242.42º | 1% | 0.24% | - |
| HSV(B) | 242.42º | 1% | 0.49% | - |
| XYZ | 3.7 | 1.49 | 19.16 | - |
| YUV | 15.63 | 189.16 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 0 | 124 | 0.96 | 1 | 0 | 0.51 | 242.42 | 1 | 0.24 |
| Hex | 5 | 0 | 7C | 60 | 64 | 0 | 33 | F2 | 64 | 18 |
| Octal | 5 | 0 | 174 | 140 | 144 | 0 | 63 | 362 | 144 | 30 |
| Binary | 101 | 0 | 1111100 | 1100000 | 1100100 | 0 | 110011 | 11110010 | 1100100 | 11000 |
Color Harmonies of #05007C
Complementary color
Monochromatic Colors of #05007C
Black with #05007C
Text Example
Text Example
White with #05007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05007C; }
p { color: rgb(5,0,124); }
H1.HeaderClassName
{
color: #05007C;
}
.AnyTagClassName
{
color: #05007C;
}
</style>
background-color css
<style>
a { background-color: #05007C; }
a { background-color: rgb(5,0,124); }
div.DivClassName
{
background-color: #05007C;
}
.BgClassName
{
background-color: #05007C;
}
</style>
border-color css
<style>
span { border-color: #05007C; }
span { border-color: rgb(5,0,124); }
td.TdClassName
{
border-color: #05007C;
}
.TagClassName
{
border-color: #05007C;
}
</style>