Shades of Navy #010968
Tints of Navy #010968
RGB
CMYK
RGB Variations
Color information
#010968 (or 0x010968) is known color: Navy. HEX triplet: 01, 09 and 68. RGB value is (1,9,104). Sum of RGB (Red+Green+Blue) = 1+9+104=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 9 (3.91% from 255 or 7.89% from 114); Blue value is 104 (41.02% from 255 or 91.23% from 114); Max value from RGB is 104 - color contains mainly: blue. Hex color #010968 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010968 is #FEF697. Grayscale: #111111. Windows color (decimal): -16709272 or 6818049. OLE color: 6818049.
HSL color Cylindrical-coordinate representation of color #010968: hue angle of 235.34º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010968 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 9 | 104 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.59 |
| HSL | 235.34º | 0.98% | 0.21% | - |
| HSV(B) | 235.34º | 0.99% | 0.41% | - |
| XYZ | 2.61 | 1.2 | 13.19 | - |
| YUV | 17.44 | 176.85 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 104 | 0.99 | 0.91 | 0 | 0.59 | 235.34 | 0.98 | 0.21 |
| Hex | 1 | 9 | 68 | 63 | 5B | 0 | 3B | EB | 62 | 15 |
| Octal | 1 | 11 | 150 | 143 | 133 | 0 | 73 | 353 | 142 | 25 |
| Binary | 1 | 1001 | 1101000 | 1100011 | 1011011 | 0 | 111011 | 11101011 | 1100010 | 10101 |
Color Harmonies of #010968
Complementary color
Monochromatic Colors of #010968
Black with #010968
Text Example
Text Example
White with #010968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010968; }
p { color: rgb(1,9,104); }
H1.HeaderClassName
{
color: #010968;
}
.AnyTagClassName
{
color: #010968;
}
</style>
background-color css
<style>
a { background-color: #010968; }
a { background-color: rgb(1,9,104); }
div.DivClassName
{
background-color: #010968;
}
.BgClassName
{
background-color: #010968;
}
</style>
border-color css
<style>
span { border-color: #010968; }
span { border-color: rgb(1,9,104); }
td.TdClassName
{
border-color: #010968;
}
.TagClassName
{
border-color: #010968;
}
</style>