Shades of Navy #05005C
Tints of Navy #05005C
RGB
CMYK
RGB Variations
Color information
#05005C (or 0x05005C) is known color: Navy. HEX triplet: 05, 00 and 5C. RGB value is (5,0,92). Sum of RGB (Red+Green+Blue) = 5+0+92=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 92 (36.33% from 255 or 94.85% from 97); Max value from RGB is 92 - color contains mainly: blue. Hex color #05005C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05005C is #FAFFA3. Grayscale: #0B0B0B. Windows color (decimal): -16449444 or 6029317. OLE color: 6029317.
HSL color Cylindrical-coordinate representation of color #05005C: hue angle of 243.26º 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 #05005C is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 0 | 92 | - |
| CMYK | 0.95 | 1 | 0 | 0.64 |
| HSL | 243.26º | 1% | 0.18% | - |
| HSV(B) | 243.26º | 1% | 0.36% | - |
| XYZ | 1.99 | 0.8 | 10.18 | - |
| YUV | 11.98 | 173.16 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 0 | 92 | 0.95 | 1 | 0 | 0.64 | 243.26 | 1 | 0.18 |
| Hex | 5 | 0 | 5C | 5F | 64 | 0 | 40 | F3 | 64 | 12 |
| Octal | 5 | 0 | 134 | 137 | 144 | 0 | 100 | 363 | 144 | 22 |
| Binary | 101 | 0 | 1011100 | 1011111 | 1100100 | 0 | 1000000 | 11110011 | 1100100 | 10010 |
Color Harmonies of #05005C
Complementary color
Monochromatic Colors of #05005C
Black with #05005C
Text Example
Text Example
White with #05005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05005C; }
p { color: rgb(5,0,92); }
H1.HeaderClassName
{
color: #05005C;
}
.AnyTagClassName
{
color: #05005C;
}
</style>
background-color css
<style>
a { background-color: #05005C; }
a { background-color: rgb(5,0,92); }
div.DivClassName
{
background-color: #05005C;
}
.BgClassName
{
background-color: #05005C;
}
</style>
border-color css
<style>
span { border-color: #05005C; }
span { border-color: rgb(5,0,92); }
td.TdClassName
{
border-color: #05005C;
}
.TagClassName
{
border-color: #05005C;
}
</style>