Shades of Navy #05147A
Tints of Navy #05147A
RGB
CMYK
RGB Variations
Color information
#05147A (or 0x05147A) is known color: Navy. HEX triplet: 05, 14 and 7A. RGB value is (5,20,122). Sum of RGB (Red+Green+Blue) = 5+20+122=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 122 (48.05% from 255 or 82.99% from 147); Max value from RGB is 122 - color contains mainly: blue. Hex color #05147A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05147A is #FAEB85. Grayscale: #1A1A1A. Windows color (decimal): -16444294 or 8000517. OLE color: 8000517.
HSL color Cylindrical-coordinate representation of color #05147A: hue angle of 232.31º 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 #05147A is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 20 | 122 | - |
| CMYK | 0.96 | 0.84 | 0 | 0.52 |
| HSL | 232.31º | 0.92% | 0.25% | - |
| HSV(B) | 232.31º | 0.96% | 0.48% | - |
| XYZ | 3.83 | 1.94 | 18.58 | - |
| YUV | 27.14 | 181.53 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 20 | 122 | 0.96 | 0.84 | 0 | 0.52 | 232.31 | 0.92 | 0.25 |
| Hex | 5 | 14 | 7A | 60 | 54 | 0 | 34 | E8 | 5C | 19 |
| Octal | 5 | 24 | 172 | 140 | 124 | 0 | 64 | 350 | 134 | 31 |
| Binary | 101 | 10100 | 1111010 | 1100000 | 1010100 | 0 | 110100 | 11101000 | 1011100 | 11001 |
Color Harmonies of #05147A
Complementary color
Monochromatic Colors of #05147A
Black with #05147A
Text Example
Text Example
White with #05147A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05147A; }
p { color: rgb(5,20,122); }
H1.HeaderClassName
{
color: #05147A;
}
.AnyTagClassName
{
color: #05147A;
}
</style>
background-color css
<style>
a { background-color: #05147A; }
a { background-color: rgb(5,20,122); }
div.DivClassName
{
background-color: #05147A;
}
.BgClassName
{
background-color: #05147A;
}
</style>
border-color css
<style>
span { border-color: #05147A; }
span { border-color: rgb(5,20,122); }
td.TdClassName
{
border-color: #05147A;
}
.TagClassName
{
border-color: #05147A;
}
</style>