Shades of Navy #01065D
Tints of Navy #01065D
RGB
CMYK
RGB Variations
Color information
#01065D (or 0x01065D) is known color: Navy. HEX triplet: 01, 06 and 5D. RGB value is (1,6,93). Sum of RGB (Red+Green+Blue) = 1+6+93=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 6 (2.73% from 255 or 6% from 100); Blue value is 93 (36.72% from 255 or 93% from 100); Max value from RGB is 93 - color contains mainly: blue. Hex color #01065D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01065D is #FEF9A2. Grayscale: #0E0E0E. Windows color (decimal): -16710051 or 6096385. OLE color: 6096385.
HSL color Cylindrical-coordinate representation of color #01065D: hue angle of 236.74º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01065D is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 6 | 93 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.64 |
| HSL | 236.74º | 0.98% | 0.18% | - |
| HSV(B) | 236.74º | 0.99% | 0.36% | - |
| XYZ | 2.05 | 0.93 | 10.43 | - |
| YUV | 14.42 | 172.34 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 6 | 93 | 0.99 | 0.94 | 0 | 0.64 | 236.74 | 0.98 | 0.18 |
| Hex | 1 | 6 | 5D | 63 | 5E | 0 | 40 | ED | 62 | 12 |
| Octal | 1 | 6 | 135 | 143 | 136 | 0 | 100 | 355 | 142 | 22 |
| Binary | 1 | 110 | 1011101 | 1100011 | 1011110 | 0 | 1000000 | 11101101 | 1100010 | 10010 |
Color Harmonies of #01065D
Complementary color
Monochromatic Colors of #01065D
Black with #01065D
Text Example
Text Example
White with #01065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01065D; }
p { color: rgb(1,6,93); }
H1.HeaderClassName
{
color: #01065D;
}
.AnyTagClassName
{
color: #01065D;
}
</style>
background-color css
<style>
a { background-color: #01065D; }
a { background-color: rgb(1,6,93); }
div.DivClassName
{
background-color: #01065D;
}
.BgClassName
{
background-color: #01065D;
}
</style>
border-color css
<style>
span { border-color: #01065D; }
span { border-color: rgb(1,6,93); }
td.TdClassName
{
border-color: #01065D;
}
.TagClassName
{
border-color: #01065D;
}
</style>