Shades of Navy #05097E
Tints of Navy #05097E
RGB
CMYK
RGB Variations
Color information
#05097E (or 0x05097E) is known color: Navy. HEX triplet: 05, 09 and 7E. RGB value is (5,9,126). Sum of RGB (Red+Green+Blue) = 5+9+126=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 126 (49.61% from 255 or 90% from 140); Max value from RGB is 126 - color contains mainly: blue. Hex color #05097E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05097E is #FAF681. Grayscale: #141414. Windows color (decimal): -16447106 or 8259845. OLE color: 8259845.
HSL color Cylindrical-coordinate representation of color #05097E: hue angle of 238.02º 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 #05097E is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 9 | 126 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.51 |
| HSL | 238.02º | 0.92% | 0.26% | - |
| HSV(B) | 238.02º | 0.96% | 0.49% | - |
| XYZ | 3.93 | 1.73 | 19.87 | - |
| YUV | 21.14 | 187.17 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 9 | 126 | 0.96 | 0.93 | 0 | 0.51 | 238.02 | 0.92 | 0.26 |
| Hex | 5 | 9 | 7E | 60 | 5D | 0 | 33 | EE | 5C | 1A |
| Octal | 5 | 11 | 176 | 140 | 135 | 0 | 63 | 356 | 134 | 32 |
| Binary | 101 | 1001 | 1111110 | 1100000 | 1011101 | 0 | 110011 | 11101110 | 1011100 | 11010 |
Color Harmonies of #05097E
Complementary color
Monochromatic Colors of #05097E
Black with #05097E
Text Example
Text Example
White with #05097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05097E; }
p { color: rgb(5,9,126); }
H1.HeaderClassName
{
color: #05097E;
}
.AnyTagClassName
{
color: #05097E;
}
</style>
background-color css
<style>
a { background-color: #05097E; }
a { background-color: rgb(5,9,126); }
div.DivClassName
{
background-color: #05097E;
}
.BgClassName
{
background-color: #05097E;
}
</style>
border-color css
<style>
span { border-color: #05097E; }
span { border-color: rgb(5,9,126); }
td.TdClassName
{
border-color: #05097E;
}
.TagClassName
{
border-color: #05097E;
}
</style>