Shades of Navy #05127B
Tints of Navy #05127B
RGB
CMYK
RGB Variations
Color information
#05127B (or 0x05127B) is known color: Navy. HEX triplet: 05, 12 and 7B. RGB value is (5,18,123). Sum of RGB (Red+Green+Blue) = 5+18+123=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 123 (48.44% from 255 or 84.25% from 146); Max value from RGB is 123 - color contains mainly: blue. Hex color #05127B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05127B is #FAED84. Grayscale: #191919. Windows color (decimal): -16444805 or 8065541. OLE color: 8065541.
HSL color Cylindrical-coordinate representation of color #05127B: hue angle of 233.39º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05127B is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 18 | 123 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.52 |
| HSL | 233.39º | 0.92% | 0.25% | - |
| HSV(B) | 233.39º | 0.96% | 0.48% | - |
| XYZ | 3.85 | 1.89 | 18.9 | - |
| YUV | 26.08 | 182.69 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 18 | 123 | 0.96 | 0.85 | 0 | 0.52 | 233.39 | 0.92 | 0.25 |
| Hex | 5 | 12 | 7B | 60 | 55 | 0 | 34 | E9 | 5C | 19 |
| Octal | 5 | 22 | 173 | 140 | 125 | 0 | 64 | 351 | 134 | 31 |
| Binary | 101 | 10010 | 1111011 | 1100000 | 1010101 | 0 | 110100 | 11101001 | 1011100 | 11001 |
Color Harmonies of #05127B
Complementary color
Monochromatic Colors of #05127B
Black with #05127B
Text Example
Text Example
White with #05127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05127B; }
p { color: rgb(5,18,123); }
H1.HeaderClassName
{
color: #05127B;
}
.AnyTagClassName
{
color: #05127B;
}
</style>
background-color css
<style>
a { background-color: #05127B; }
a { background-color: rgb(5,18,123); }
div.DivClassName
{
background-color: #05127B;
}
.BgClassName
{
background-color: #05127B;
}
</style>
border-color css
<style>
span { border-color: #05127B; }
span { border-color: rgb(5,18,123); }
td.TdClassName
{
border-color: #05127B;
}
.TagClassName
{
border-color: #05127B;
}
</style>