Shades of Navy #05127E
Tints of Navy #05127E
RGB
CMYK
RGB Variations
Color information
#05127E (or 0x05127E) is known color: Navy. HEX triplet: 05, 12 and 7E. RGB value is (5,18,126). Sum of RGB (Red+Green+Blue) = 5+18+126=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 126 (49.61% from 255 or 84.56% from 149); Max value from RGB is 126 - color contains mainly: blue. Hex color #05127E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05127E is #FAED81. Grayscale: #191919. Windows color (decimal): -16444802 or 8262149. OLE color: 8262149.
HSL color Cylindrical-coordinate representation of color #05127E: hue angle of 233.55º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05127E is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 18 | 126 | - |
| CMYK | 0.96 | 0.86 | 0 | 0.51 |
| HSL | 233.55º | 0.92% | 0.26% | - |
| HSV(B) | 233.55º | 0.96% | 0.49% | - |
| XYZ | 4.04 | 1.97 | 19.91 | - |
| YUV | 26.43 | 184.19 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 18 | 126 | 0.96 | 0.86 | 0 | 0.51 | 233.55 | 0.92 | 0.26 |
| Hex | 5 | 12 | 7E | 60 | 56 | 0 | 33 | EA | 5C | 1A |
| Octal | 5 | 22 | 176 | 140 | 126 | 0 | 63 | 352 | 134 | 32 |
| Binary | 101 | 10010 | 1111110 | 1100000 | 1010110 | 0 | 110011 | 11101010 | 1011100 | 11010 |
Color Harmonies of #05127E
Complementary color
Monochromatic Colors of #05127E
Black with #05127E
Text Example
Text Example
White with #05127E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05127E; }
p { color: rgb(5,18,126); }
H1.HeaderClassName
{
color: #05127E;
}
.AnyTagClassName
{
color: #05127E;
}
</style>
background-color css
<style>
a { background-color: #05127E; }
a { background-color: rgb(5,18,126); }
div.DivClassName
{
background-color: #05127E;
}
.BgClassName
{
background-color: #05127E;
}
</style>
border-color css
<style>
span { border-color: #05127E; }
span { border-color: rgb(5,18,126); }
td.TdClassName
{
border-color: #05127E;
}
.TagClassName
{
border-color: #05127E;
}
</style>