Shades of Navy #01065C
Tints of Navy #01065C
RGB
CMYK
RGB Variations
Color information
#01065C (or 0x01065C) is known color: Navy. HEX triplet: 01, 06 and 5C. RGB value is (1,6,92). Sum of RGB (Red+Green+Blue) = 1+6+92=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 6 (2.73% from 255 or 6.06% from 99); Blue value is 92 (36.33% from 255 or 92.93% from 99); Max value from RGB is 92 - color contains mainly: blue. Hex color #01065C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01065C is #FEF9A3. Grayscale: #0D0D0D. Windows color (decimal): -16710052 or 6030849. OLE color: 6030849.
HSL color Cylindrical-coordinate representation of color #01065C: hue angle of 236.7º 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 #01065C is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 6 | 92 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.64 |
| HSL | 236.7º | 0.98% | 0.18% | - |
| HSV(B) | 236.7º | 0.99% | 0.36% | - |
| XYZ | 2.01 | 0.91 | 10.19 | - |
| YUV | 14.31 | 171.84 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 6 | 92 | 0.99 | 0.93 | 0 | 0.64 | 236.7 | 0.98 | 0.18 |
| Hex | 1 | 6 | 5C | 63 | 5D | 0 | 40 | ED | 62 | 12 |
| Octal | 1 | 6 | 134 | 143 | 135 | 0 | 100 | 355 | 142 | 22 |
| Binary | 1 | 110 | 1011100 | 1100011 | 1011101 | 0 | 1000000 | 11101101 | 1100010 | 10010 |
Color Harmonies of #01065C
Complementary color
Monochromatic Colors of #01065C
Black with #01065C
Text Example
Text Example
White with #01065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01065C; }
p { color: rgb(1,6,92); }
H1.HeaderClassName
{
color: #01065C;
}
.AnyTagClassName
{
color: #01065C;
}
</style>
background-color css
<style>
a { background-color: #01065C; }
a { background-color: rgb(1,6,92); }
div.DivClassName
{
background-color: #01065C;
}
.BgClassName
{
background-color: #01065C;
}
</style>
border-color css
<style>
span { border-color: #01065C; }
span { border-color: rgb(1,6,92); }
td.TdClassName
{
border-color: #01065C;
}
.TagClassName
{
border-color: #01065C;
}
</style>