Shades of Dark Blue #010991
Tints of Dark Blue #010991
RGB
CMYK
RGB Variations
Color information
#010991 (or 0x010991) is known color: Dark Blue. HEX triplet: 01, 09 and 91. RGB value is (1,9,145). Sum of RGB (Red+Green+Blue) = 1+9+145=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 145 (57.03% from 255 or 93.55% from 155); Max value from RGB is 145 - color contains mainly: blue. Hex color #010991 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010991 is #FEF66E. Grayscale: #151515. Windows color (decimal): -16709231 or 9505025. OLE color: 9505025.
HSL color Cylindrical-coordinate representation of color #010991: hue angle of 236.67º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010991 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 9 | 145 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.43 |
| HSL | 236.67º | 0.99% | 0.29% | - |
| HSV(B) | 236.67º | 0.99% | 0.57% | - |
| XYZ | 5.22 | 2.25 | 26.95 | - |
| YUV | 22.11 | 197.35 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 145 | 0.99 | 0.94 | 0 | 0.43 | 236.67 | 0.99 | 0.29 |
| Hex | 1 | 9 | 91 | 63 | 5E | 0 | 2B | ED | 63 | 1D |
| Octal | 1 | 11 | 221 | 143 | 136 | 0 | 53 | 355 | 143 | 35 |
| Binary | 1 | 1001 | 10010001 | 1100011 | 1011110 | 0 | 101011 | 11101101 | 1100011 | 11101 |
Color Harmonies of #010991
Complementary color
Monochromatic Colors of #010991
Black with #010991
Text Example
Text Example
White with #010991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010991; }
p { color: rgb(1,9,145); }
H1.HeaderClassName
{
color: #010991;
}
.AnyTagClassName
{
color: #010991;
}
</style>
background-color css
<style>
a { background-color: #010991; }
a { background-color: rgb(1,9,145); }
div.DivClassName
{
background-color: #010991;
}
.BgClassName
{
background-color: #010991;
}
</style>
border-color css
<style>
span { border-color: #010991; }
span { border-color: rgb(1,9,145); }
td.TdClassName
{
border-color: #010991;
}
.TagClassName
{
border-color: #010991;
}
</style>