Shades of Navy #05057C
Tints of Navy #05057C
RGB
CMYK
RGB Variations
Color information
#05057C (or 0x05057C) is known color: Navy. HEX triplet: 05, 05 and 7C. RGB value is (5,5,124). Sum of RGB (Red+Green+Blue) = 5+5+124=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 124 (48.83% from 255 or 92.54% from 134); Max value from RGB is 124 - color contains mainly: blue. Hex color #05057C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05057C is #FAFA83. Grayscale: #121212. Windows color (decimal): -16448132 or 8127749. OLE color: 8127749.
HSL color Cylindrical-coordinate representation of color #05057C: hue angle of 240º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05057C is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 5 | 124 | - |
| CMYK | 0.96 | 0.96 | 0 | 0.51 |
| HSL | 240º | 0.92% | 0.25% | - |
| HSV(B) | 240º | 0.96% | 0.49% | - |
| XYZ | 3.75 | 1.6 | 19.18 | - |
| YUV | 18.57 | 187.5 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 5 | 124 | 0.96 | 0.96 | 0 | 0.51 | 240 | 0.92 | 0.25 |
| Hex | 5 | 5 | 7C | 60 | 60 | 0 | 33 | F0 | 5C | 19 |
| Octal | 5 | 5 | 174 | 140 | 140 | 0 | 63 | 360 | 134 | 31 |
| Binary | 101 | 101 | 1111100 | 1100000 | 1100000 | 0 | 110011 | 11110000 | 1011100 | 11001 |
Color Harmonies of #05057C
Complementary color
Monochromatic Colors of #05057C
Black with #05057C
Text Example
Text Example
White with #05057C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05057C; }
p { color: rgb(5,5,124); }
H1.HeaderClassName
{
color: #05057C;
}
.AnyTagClassName
{
color: #05057C;
}
</style>
background-color css
<style>
a { background-color: #05057C; }
a { background-color: rgb(5,5,124); }
div.DivClassName
{
background-color: #05057C;
}
.BgClassName
{
background-color: #05057C;
}
</style>
border-color css
<style>
span { border-color: #05057C; }
span { border-color: rgb(5,5,124); }
td.TdClassName
{
border-color: #05057C;
}
.TagClassName
{
border-color: #05057C;
}
</style>