Shades of Navy #010567
Tints of Navy #010567
RGB
CMYK
RGB Variations
Color information
#010567 (or 0x010567) is known color: Navy. HEX triplet: 01, 05 and 67. RGB value is (1,5,103). Sum of RGB (Red+Green+Blue) = 1+5+103=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 103 (40.62% from 255 or 94.50% from 109); Max value from RGB is 103 - color contains mainly: blue. Hex color #010567 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010567 is #FEFA98. Grayscale: #0E0E0E. Windows color (decimal): -16710297 or 6751489. OLE color: 6751489.
HSL color Cylindrical-coordinate representation of color #010567: hue angle of 237.65º 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 #010567 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 5 | 103 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.60 |
| HSL | 237.65º | 0.98% | 0.2% | - |
| HSV(B) | 237.65º | 0.99% | 0.4% | - |
| XYZ | 2.51 | 1.09 | 12.91 | - |
| YUV | 14.98 | 177.67 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 5 | 103 | 0.99 | 0.95 | 0 | 0.60 | 237.65 | 0.98 | 0.2 |
| Hex | 1 | 5 | 67 | 63 | 5F | 0 | 3C | EE | 62 | 14 |
| Octal | 1 | 5 | 147 | 143 | 137 | 0 | 74 | 356 | 142 | 24 |
| Binary | 1 | 101 | 1100111 | 1100011 | 1011111 | 0 | 111100 | 11101110 | 1100010 | 10100 |
Color Harmonies of #010567
Complementary color
Monochromatic Colors of #010567
Black with #010567
Text Example
Text Example
White with #010567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010567; }
p { color: rgb(1,5,103); }
H1.HeaderClassName
{
color: #010567;
}
.AnyTagClassName
{
color: #010567;
}
</style>
background-color css
<style>
a { background-color: #010567; }
a { background-color: rgb(1,5,103); }
div.DivClassName
{
background-color: #010567;
}
.BgClassName
{
background-color: #010567;
}
</style>
border-color css
<style>
span { border-color: #010567; }
span { border-color: rgb(1,5,103); }
td.TdClassName
{
border-color: #010567;
}
.TagClassName
{
border-color: #010567;
}
</style>