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