Shades of Navy #01035A
Tints of Navy #01035A
RGB
CMYK
RGB Variations
Color information
#01035A (or 0x01035A) is known color: Navy. HEX triplet: 01, 03 and 5A. RGB value is (1,3,90). Sum of RGB (Red+Green+Blue) = 1+3+90=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 90 (35.55% from 255 or 95.74% from 94); Max value from RGB is 90 - color contains mainly: blue. Hex color #01035A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01035A is #FEFCA5. Grayscale: #0B0B0B. Windows color (decimal): -16710822 or 5899009. OLE color: 5899009.
HSL color Cylindrical-coordinate representation of color #01035A: hue angle of 238.65º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01035A is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 3 | 90 | - |
| CMYK | 0.99 | 0.97 | 0 | 0.65 |
| HSL | 238.65º | 0.98% | 0.18% | - |
| HSV(B) | 238.65º | 0.99% | 0.35% | - |
| XYZ | 1.89 | 0.81 | 9.73 | - |
| YUV | 12.32 | 171.84 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 3 | 90 | 0.99 | 0.97 | 0 | 0.65 | 238.65 | 0.98 | 0.18 |
| Hex | 1 | 3 | 5A | 63 | 61 | 0 | 41 | EF | 62 | 12 |
| Octal | 1 | 3 | 132 | 143 | 141 | 0 | 101 | 357 | 142 | 22 |
| Binary | 1 | 11 | 1011010 | 1100011 | 1100001 | 0 | 1000001 | 11101111 | 1100010 | 10010 |
Color Harmonies of #01035A
Complementary color
Monochromatic Colors of #01035A
Black with #01035A
Text Example
Text Example
White with #01035A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01035A; }
p { color: rgb(1,3,90); }
H1.HeaderClassName
{
color: #01035A;
}
.AnyTagClassName
{
color: #01035A;
}
</style>
background-color css
<style>
a { background-color: #01035A; }
a { background-color: rgb(1,3,90); }
div.DivClassName
{
background-color: #01035A;
}
.BgClassName
{
background-color: #01035A;
}
</style>
border-color css
<style>
span { border-color: #01035A; }
span { border-color: rgb(1,3,90); }
td.TdClassName
{
border-color: #01035A;
}
.TagClassName
{
border-color: #01035A;
}
</style>