Shades of Navy #01036B
Tints of Navy #01036B
RGB
CMYK
RGB Variations
Color information
#01036B (or 0x01036B) is known color: Navy. HEX triplet: 01, 03 and 6B. RGB value is (1,3,107). Sum of RGB (Red+Green+Blue) = 1+3+107=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 107 (42.19% from 255 or 96.40% from 111); Max value from RGB is 107 - color contains mainly: blue. Hex color #01036B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01036B is #FEFC94. Grayscale: #0D0D0D. Windows color (decimal): -16710805 or 7013121. OLE color: 7013121.
HSL color Cylindrical-coordinate representation of color #01036B: hue angle of 238.87º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01036B is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 3 | 107 | - |
| CMYK | 0.99 | 0.97 | 0 | 0.58 |
| HSL | 238.87º | 0.98% | 0.21% | - |
| HSV(B) | 238.87º | 0.99% | 0.42% | - |
| XYZ | 2.7 | 1.13 | 13.99 | - |
| YUV | 14.26 | 180.34 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 3 | 107 | 0.99 | 0.97 | 0 | 0.58 | 238.87 | 0.98 | 0.21 |
| Hex | 1 | 3 | 6B | 63 | 61 | 0 | 3A | EF | 62 | 15 |
| Octal | 1 | 3 | 153 | 143 | 141 | 0 | 72 | 357 | 142 | 25 |
| Binary | 1 | 11 | 1101011 | 1100011 | 1100001 | 0 | 111010 | 11101111 | 1100010 | 10101 |
Color Harmonies of #01036B
Complementary color
Monochromatic Colors of #01036B
Black with #01036B
Text Example
Text Example
White with #01036B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01036B; }
p { color: rgb(1,3,107); }
H1.HeaderClassName
{
color: #01036B;
}
.AnyTagClassName
{
color: #01036B;
}
</style>
background-color css
<style>
a { background-color: #01036B; }
a { background-color: rgb(1,3,107); }
div.DivClassName
{
background-color: #01036B;
}
.BgClassName
{
background-color: #01036B;
}
</style>
border-color css
<style>
span { border-color: #01036B; }
span { border-color: rgb(1,3,107); }
td.TdClassName
{
border-color: #01036B;
}
.TagClassName
{
border-color: #01036B;
}
</style>