Shades of Navy #05147C
Tints of Navy #05147C
RGB
CMYK
RGB Variations
Color information
#05147C (or 0x05147C) is known color: Navy. HEX triplet: 05, 14 and 7C. RGB value is (5,20,124). Sum of RGB (Red+Green+Blue) = 5+20+124=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 124 (48.83% from 255 or 83.22% from 149); Max value from RGB is 124 - color contains mainly: blue. Hex color #05147C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05147C is #FAEB83. Grayscale: #1A1A1A. Windows color (decimal): -16444292 or 8131589. OLE color: 8131589.
HSL color Cylindrical-coordinate representation of color #05147C: hue angle of 232.44º 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 #05147C is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 20 | 124 | - |
| CMYK | 0.96 | 0.84 | 0 | 0.51 |
| HSL | 232.44º | 0.92% | 0.25% | - |
| HSV(B) | 232.44º | 0.96% | 0.49% | - |
| XYZ | 3.95 | 1.99 | 19.24 | - |
| YUV | 27.37 | 182.53 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 20 | 124 | 0.96 | 0.84 | 0 | 0.51 | 232.44 | 0.92 | 0.25 |
| Hex | 5 | 14 | 7C | 60 | 54 | 0 | 33 | E8 | 5C | 19 |
| Octal | 5 | 24 | 174 | 140 | 124 | 0 | 63 | 350 | 134 | 31 |
| Binary | 101 | 10100 | 1111100 | 1100000 | 1010100 | 0 | 110011 | 11101000 | 1011100 | 11001 |
Color Harmonies of #05147C
Complementary color
Monochromatic Colors of #05147C
Black with #05147C
Text Example
Text Example
White with #05147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05147C; }
p { color: rgb(5,20,124); }
H1.HeaderClassName
{
color: #05147C;
}
.AnyTagClassName
{
color: #05147C;
}
</style>
background-color css
<style>
a { background-color: #05147C; }
a { background-color: rgb(5,20,124); }
div.DivClassName
{
background-color: #05147C;
}
.BgClassName
{
background-color: #05147C;
}
</style>
border-color css
<style>
span { border-color: #05147C; }
span { border-color: rgb(5,20,124); }
td.TdClassName
{
border-color: #05147C;
}
.TagClassName
{
border-color: #05147C;
}
</style>