Shades of Navy #01097D
Tints of Navy #01097D
RGB
CMYK
RGB Variations
Color information
#01097D (or 0x01097D) is known color: Navy. HEX triplet: 01, 09 and 7D. RGB value is (1,9,125). Sum of RGB (Red+Green+Blue) = 1+9+125=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 9 (3.91% from 255 or 6.67% from 135); Blue value is 125 (49.22% from 255 or 92.59% from 135); Max value from RGB is 125 - color contains mainly: blue. Hex color #01097D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01097D is #FEF682. Grayscale: #131313. Windows color (decimal): -16709251 or 8194305. OLE color: 8194305.
HSL color Cylindrical-coordinate representation of color #01097D: hue angle of 236.13º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01097D is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 9 | 125 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.51 |
| HSL | 236.13º | 0.98% | 0.25% | - |
| HSV(B) | 236.13º | 0.99% | 0.49% | - |
| XYZ | 3.81 | 1.68 | 19.53 | - |
| YUV | 19.83 | 187.35 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 125 | 0.99 | 0.93 | 0 | 0.51 | 236.13 | 0.98 | 0.25 |
| Hex | 1 | 9 | 7D | 63 | 5D | 0 | 33 | EC | 62 | 19 |
| Octal | 1 | 11 | 175 | 143 | 135 | 0 | 63 | 354 | 142 | 31 |
| Binary | 1 | 1001 | 1111101 | 1100011 | 1011101 | 0 | 110011 | 11101100 | 1100010 | 11001 |
Color Harmonies of #01097D
Complementary color
Monochromatic Colors of #01097D
Black with #01097D
Text Example
Text Example
White with #01097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01097D; }
p { color: rgb(1,9,125); }
H1.HeaderClassName
{
color: #01097D;
}
.AnyTagClassName
{
color: #01097D;
}
</style>
background-color css
<style>
a { background-color: #01097D; }
a { background-color: rgb(1,9,125); }
div.DivClassName
{
background-color: #01097D;
}
.BgClassName
{
background-color: #01097D;
}
</style>
border-color css
<style>
span { border-color: #01097D; }
span { border-color: rgb(1,9,125); }
td.TdClassName
{
border-color: #01097D;
}
.TagClassName
{
border-color: #01097D;
}
</style>