Shades of Navy #05097D
Tints of Navy #05097D
RGB
CMYK
RGB Variations
Color information
#05097D (or 0x05097D) is known color: Navy. HEX triplet: 05, 09 and 7D. RGB value is (5,9,125). Sum of RGB (Red+Green+Blue) = 5+9+125=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 125 (49.22% from 255 or 89.93% from 139); Max value from RGB is 125 - color contains mainly: blue. Hex color #05097D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05097D is #FAF682. Grayscale: #141414. Windows color (decimal): -16447107 or 8194309. OLE color: 8194309.
HSL color Cylindrical-coordinate representation of color #05097D: hue angle of 238º 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 #05097D is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 9 | 125 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.51 |
| HSL | 238º | 0.92% | 0.25% | - |
| HSV(B) | 238º | 0.96% | 0.49% | - |
| XYZ | 3.86 | 1.71 | 19.53 | - |
| YUV | 21.03 | 186.67 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 9 | 125 | 0.96 | 0.93 | 0 | 0.51 | 238 | 0.92 | 0.25 |
| Hex | 5 | 9 | 7D | 60 | 5D | 0 | 33 | EE | 5C | 19 |
| Octal | 5 | 11 | 175 | 140 | 135 | 0 | 63 | 356 | 134 | 31 |
| Binary | 101 | 1001 | 1111101 | 1100000 | 1011101 | 0 | 110011 | 11101110 | 1011100 | 11001 |
Color Harmonies of #05097D
Complementary color
Monochromatic Colors of #05097D
Black with #05097D
Text Example
Text Example
White with #05097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05097D; }
p { color: rgb(5,9,125); }
H1.HeaderClassName
{
color: #05097D;
}
.AnyTagClassName
{
color: #05097D;
}
</style>
background-color css
<style>
a { background-color: #05097D; }
a { background-color: rgb(5,9,125); }
div.DivClassName
{
background-color: #05097D;
}
.BgClassName
{
background-color: #05097D;
}
</style>
border-color css
<style>
span { border-color: #05097D; }
span { border-color: rgb(5,9,125); }
td.TdClassName
{
border-color: #05097D;
}
.TagClassName
{
border-color: #05097D;
}
</style>