Shades of Navy #01035B
Tints of Navy #01035B
RGB
CMYK
RGB Variations
Color information
#01035B (or 0x01035B) is known color: Navy. HEX triplet: 01, 03 and 5B. RGB value is (1,3,91). Sum of RGB (Red+Green+Blue) = 1+3+91=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 91 (35.94% from 255 or 95.79% from 95); Max value from RGB is 91 - color contains mainly: blue. Hex color #01035B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01035B is #FEFCA4. Grayscale: #0C0C0C. Windows color (decimal): -16710821 or 5964545. OLE color: 5964545.
HSL color Cylindrical-coordinate representation of color #01035B: hue angle of 238.67º 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 #01035B is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
RGB | 1 | 3 | 91 | - |
CMYK | 0.99 | 0.97 | 0 | 0.64 |
HSL | 238.67º | 0.98% | 0.18% | - |
HSV(B) | 238.67º | 0.99% | 0.36% | - |
XYZ | 1.93 | 0.83 | 9.96 | - |
YUV | 12.43 | 172.34 | 119.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 3 | 91 | 0.99 | 0.97 | 0 | 0.64 | 238.67 | 0.98 | 0.18 |
Hex | 1 | 3 | 5B | 63 | 61 | 0 | 40 | EF | 62 | 12 |
Octal | 1 | 3 | 133 | 143 | 141 | 0 | 100 | 357 | 142 | 22 |
Binary | 1 | 11 | 1011011 | 1100011 | 1100001 | 0 | 1000000 | 11101111 | 1100010 | 10010 |
Color Harmonies of #01035B
Complementary color
Monochromatic Colors of #01035B
Black with #01035B
Text Example
Text Example
White with #01035B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01035B; }
p { color: rgb(1,3,91); }
H1.HeaderClassName
{
color: #01035B;
}
.AnyTagClassName
{
color: #01035B;
}
</style>
background-color css
<style>
a { background-color: #01035B; }
a { background-color: rgb(1,3,91); }
div.DivClassName
{
background-color: #01035B;
}
.BgClassName
{
background-color: #01035B;
}
</style>
border-color css
<style>
span { border-color: #01035B; }
span { border-color: rgb(1,3,91); }
td.TdClassName
{
border-color: #01035B;
}
.TagClassName
{
border-color: #01035B;
}
</style>