Shades of Navy #05017C
Tints of Navy #05017C
RGB
CMYK
RGB Variations
Color information
#05017C (or 0x05017C) is known color: Navy. HEX triplet: 05, 01 and 7C. RGB value is (5,1,124). Sum of RGB (Red+Green+Blue) = 5+1+124=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 124 (48.83% from 255 or 95.38% from 130); Max value from RGB is 124 - color contains mainly: blue. Hex color #05017C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05017C is #FAFE83. Grayscale: #0F0F0F. Windows color (decimal): -16449156 or 8126725. OLE color: 8126725.
HSL color Cylindrical-coordinate representation of color #05017C: hue angle of 241.95º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #05017C is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 1 | 124 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.51 |
| HSL | 241.95º | 0.98% | 0.25% | - |
| HSV(B) | 241.95º | 0.99% | 0.49% | - |
| XYZ | 3.71 | 1.51 | 19.16 | - |
| YUV | 16.22 | 188.83 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 1 | 124 | 0.96 | 0.99 | 0 | 0.51 | 241.95 | 0.98 | 0.25 |
| Hex | 5 | 1 | 7C | 60 | 63 | 0 | 33 | F2 | 62 | 19 |
| Octal | 5 | 1 | 174 | 140 | 143 | 0 | 63 | 362 | 142 | 31 |
| Binary | 101 | 1 | 1111100 | 1100000 | 1100011 | 0 | 110011 | 11110010 | 1100010 | 11001 |
Color Harmonies of #05017C
Complementary color
Monochromatic Colors of #05017C
Black with #05017C
Text Example
Text Example
White with #05017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05017C; }
p { color: rgb(5,1,124); }
H1.HeaderClassName
{
color: #05017C;
}
.AnyTagClassName
{
color: #05017C;
}
</style>
background-color css
<style>
a { background-color: #05017C; }
a { background-color: rgb(5,1,124); }
div.DivClassName
{
background-color: #05017C;
}
.BgClassName
{
background-color: #05017C;
}
</style>
border-color css
<style>
span { border-color: #05017C; }
span { border-color: rgb(5,1,124); }
td.TdClassName
{
border-color: #05017C;
}
.TagClassName
{
border-color: #05017C;
}
</style>