Shades of Navy #050C6D
Tints of Navy #050C6D
RGB
CMYK
RGB Variations
Color information
#050C6D (or 0x050C6D) is known color: Navy. HEX triplet: 05, 0C and 6D. RGB value is (5,12,109). Sum of RGB (Red+Green+Blue) = 5+12+109=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 12 (5.08% from 255 or 9.52% from 126); Blue value is 109 (42.97% from 255 or 86.51% from 126); Max value from RGB is 109 - color contains mainly: blue. Hex color #050C6D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050C6D is #FAF392. Grayscale: #141414. Windows color (decimal): -16446355 or 7146501. OLE color: 7146501.
HSL color Cylindrical-coordinate representation of color #050C6D: hue angle of 235.96º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #050C6D is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 12 | 109 | - |
| CMYK | 0.95 | 0.89 | 0 | 0.57 |
| HSL | 235.96º | 0.91% | 0.22% | - |
| HSV(B) | 235.96º | 0.95% | 0.43% | - |
| XYZ | 2.95 | 1.4 | 14.58 | - |
| YUV | 20.97 | 177.68 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 109 | 0.95 | 0.89 | 0 | 0.57 | 235.96 | 0.91 | 0.22 |
| Hex | 5 | C | 6D | 5F | 59 | 0 | 39 | EC | 5B | 16 |
| Octal | 5 | 14 | 155 | 137 | 131 | 0 | 71 | 354 | 133 | 26 |
| Binary | 101 | 1100 | 1101101 | 1011111 | 1011001 | 0 | 111001 | 11101100 | 1011011 | 10110 |
Color Harmonies of #050C6D
Complementary color
Monochromatic Colors of #050C6D
Black with #050C6D
Text Example
Text Example
White with #050C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050C6D; }
p { color: rgb(5,12,109); }
H1.HeaderClassName
{
color: #050C6D;
}
.AnyTagClassName
{
color: #050C6D;
}
</style>
background-color css
<style>
a { background-color: #050C6D; }
a { background-color: rgb(5,12,109); }
div.DivClassName
{
background-color: #050C6D;
}
.BgClassName
{
background-color: #050C6D;
}
</style>
border-color css
<style>
span { border-color: #050C6D; }
span { border-color: rgb(5,12,109); }
td.TdClassName
{
border-color: #050C6D;
}
.TagClassName
{
border-color: #050C6D;
}
</style>