Shades of Navy #010167
Tints of Navy #010167
RGB
CMYK
RGB Variations
Color information
#010167 (or 0x010167) is known color: Navy. HEX triplet: 01, 01 and 67. RGB value is (1,1,103). Sum of RGB (Red+Green+Blue) = 1+1+103=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 103 (40.62% from 255 or 98.10% from 105); Max value from RGB is 103 - color contains mainly: blue. Hex color #010167 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010167 is #FEFE98. Grayscale: #0C0C0C. Windows color (decimal): -16711321 or 6750465. OLE color: 6750465.
HSL color Cylindrical-coordinate representation of color #010167: hue angle of 240º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010167 is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 1 | 103 | - |
| CMYK | 0.99 | 0.99 | 0 | 0.60 |
| HSL | 240º | 0.98% | 0.2% | - |
| HSV(B) | 240º | 0.99% | 0.4% | - |
| XYZ | 2.47 | 1.01 | 12.9 | - |
| YUV | 12.63 | 179 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 1 | 103 | 0.99 | 0.99 | 0 | 0.60 | 240 | 0.98 | 0.2 |
| Hex | 1 | 1 | 67 | 63 | 63 | 0 | 3C | F0 | 62 | 14 |
| Octal | 1 | 1 | 147 | 143 | 143 | 0 | 74 | 360 | 142 | 24 |
| Binary | 1 | 1 | 1100111 | 1100011 | 1100011 | 0 | 111100 | 11110000 | 1100010 | 10100 |
Color Harmonies of #010167
Complementary color
Monochromatic Colors of #010167
Black with #010167
Text Example
Text Example
White with #010167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010167; }
p { color: rgb(1,1,103); }
H1.HeaderClassName
{
color: #010167;
}
.AnyTagClassName
{
color: #010167;
}
</style>
background-color css
<style>
a { background-color: #010167; }
a { background-color: rgb(1,1,103); }
div.DivClassName
{
background-color: #010167;
}
.BgClassName
{
background-color: #010167;
}
</style>
border-color css
<style>
span { border-color: #010167; }
span { border-color: rgb(1,1,103); }
td.TdClassName
{
border-color: #010167;
}
.TagClassName
{
border-color: #010167;
}
</style>