Shades of Navy #050365
Tints of Navy #050365
RGB
CMYK
RGB Variations
Color information
#050365 (or 0x050365) is known color: Navy. HEX triplet: 05, 03 and 65. RGB value is (5,3,101). Sum of RGB (Red+Green+Blue) = 5+3+101=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 3 (1.56% from 255 or 2.75% from 109); Blue value is 101 (39.84% from 255 or 92.66% from 109); Max value from RGB is 101 - color contains mainly: blue. Hex color #050365 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050365 is #FAFC9A. Grayscale: #0E0E0E. Windows color (decimal): -16448667 or 6619909. OLE color: 6619909.
HSL color Cylindrical-coordinate representation of color #050365: hue angle of 241.22º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050365 is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 3 | 101 | - |
| CMYK | 0.95 | 0.97 | 0 | 0.60 |
| HSL | 241.22º | 0.94% | 0.2% | - |
| HSV(B) | 241.22º | 0.97% | 0.4% | - |
| XYZ | 2.44 | 1.04 | 12.38 | - |
| YUV | 14.77 | 176.66 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 3 | 101 | 0.95 | 0.97 | 0 | 0.60 | 241.22 | 0.94 | 0.2 |
| Hex | 5 | 3 | 65 | 5F | 61 | 0 | 3C | F1 | 5E | 14 |
| Octal | 5 | 3 | 145 | 137 | 141 | 0 | 74 | 361 | 136 | 24 |
| Binary | 101 | 11 | 1100101 | 1011111 | 1100001 | 0 | 111100 | 11110001 | 1011110 | 10100 |
Color Harmonies of #050365
Complementary color
Monochromatic Colors of #050365
Black with #050365
Text Example
Text Example
White with #050365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050365; }
p { color: rgb(5,3,101); }
H1.HeaderClassName
{
color: #050365;
}
.AnyTagClassName
{
color: #050365;
}
</style>
background-color css
<style>
a { background-color: #050365; }
a { background-color: rgb(5,3,101); }
div.DivClassName
{
background-color: #050365;
}
.BgClassName
{
background-color: #050365;
}
</style>
border-color css
<style>
span { border-color: #050365; }
span { border-color: rgb(5,3,101); }
td.TdClassName
{
border-color: #050365;
}
.TagClassName
{
border-color: #050365;
}
</style>