Shades of Navy #050065
Tints of Navy #050065
RGB
CMYK
RGB Variations
Color information
#050065 (or 0x050065) is known color: Navy. HEX triplet: 05, 00 and 65. RGB value is (5,0,101). Sum of RGB (Red+Green+Blue) = 5+0+101=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 101 (39.84% from 255 or 95.28% from 106); Max value from RGB is 101 - color contains mainly: blue. Hex color #050065 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050065 is #FAFF9A. Grayscale: #0C0C0C. Windows color (decimal): -16449435 or 6619141. OLE color: 6619141.
HSL color Cylindrical-coordinate representation of color #050065: hue angle of 242.97º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #050065 is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 0 | 101 | - |
| CMYK | 0.95 | 1 | 0 | 0.60 |
| HSL | 242.97º | 1% | 0.2% | - |
| HSV(B) | 242.97º | 1% | 0.4% | - |
| XYZ | 2.41 | 0.97 | 12.37 | - |
| YUV | 13.01 | 177.66 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 0 | 101 | 0.95 | 1 | 0 | 0.60 | 242.97 | 1 | 0.2 |
| Hex | 5 | 0 | 65 | 5F | 64 | 0 | 3C | F3 | 64 | 14 |
| Octal | 5 | 0 | 145 | 137 | 144 | 0 | 74 | 363 | 144 | 24 |
| Binary | 101 | 0 | 1100101 | 1011111 | 1100100 | 0 | 111100 | 11110011 | 1100100 | 10100 |
Color Harmonies of #050065
Complementary color
Monochromatic Colors of #050065
Black with #050065
Text Example
Text Example
White with #050065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050065; }
p { color: rgb(5,0,101); }
H1.HeaderClassName
{
color: #050065;
}
.AnyTagClassName
{
color: #050065;
}
</style>
background-color css
<style>
a { background-color: #050065; }
a { background-color: rgb(5,0,101); }
div.DivClassName
{
background-color: #050065;
}
.BgClassName
{
background-color: #050065;
}
</style>
border-color css
<style>
span { border-color: #050065; }
span { border-color: rgb(5,0,101); }
td.TdClassName
{
border-color: #050065;
}
.TagClassName
{
border-color: #050065;
}
</style>