Shades of Navy #01006B
Tints of Navy #01006B
RGB
CMYK
RGB Variations
Color information
#01006B (or 0x01006B) is known color: Navy. HEX triplet: 01, 00 and 6B. RGB value is (1,0,107). Sum of RGB (Red+Green+Blue) = 1+0+107=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 107 (42.19% from 255 or 99.07% from 108); Max value from RGB is 107 - color contains mainly: blue. Hex color #01006B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01006B is #FEFF94. Grayscale: #0C0C0C. Windows color (decimal): -16711573 or 7012353. OLE color: 7012353.
HSL color Cylindrical-coordinate representation of color #01006B: hue angle of 240.56º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01006B is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 0 | 107 | - |
| CMYK | 0.99 | 1 | 0 | 0.58 |
| HSL | 240.56º | 1% | 0.21% | - |
| HSV(B) | 240.56º | 1% | 0.42% | - |
| XYZ | 2.67 | 1.07 | 13.98 | - |
| YUV | 12.5 | 181.33 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 0 | 107 | 0.99 | 1 | 0 | 0.58 | 240.56 | 1 | 0.21 |
| Hex | 1 | 0 | 6B | 63 | 64 | 0 | 3A | F1 | 64 | 15 |
| Octal | 1 | 0 | 153 | 143 | 144 | 0 | 72 | 361 | 144 | 25 |
| Binary | 1 | 0 | 1101011 | 1100011 | 1100100 | 0 | 111010 | 11110001 | 1100100 | 10101 |
Color Harmonies of #01006B
Complementary color
Monochromatic Colors of #01006B
Black with #01006B
Text Example
Text Example
White with #01006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01006B; }
p { color: rgb(1,0,107); }
H1.HeaderClassName
{
color: #01006B;
}
.AnyTagClassName
{
color: #01006B;
}
</style>
background-color css
<style>
a { background-color: #01006B; }
a { background-color: rgb(1,0,107); }
div.DivClassName
{
background-color: #01006B;
}
.BgClassName
{
background-color: #01006B;
}
</style>
border-color css
<style>
span { border-color: #01006B; }
span { border-color: rgb(1,0,107); }
td.TdClassName
{
border-color: #01006B;
}
.TagClassName
{
border-color: #01006B;
}
</style>