Shades of Dark Blue #000A91
Tints of Dark Blue #000A91
RGB
CMYK
RGB Variations
Color information
#000A91 (or 0x000A91) is known color: Dark Blue. HEX triplet: 00, 0A and 91. RGB value is (0,10,145). Sum of RGB (Red+Green+Blue) = 0+10+145=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 10 (4.30% from 255 or 6.45% 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 #000A91 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000A91 is #FFF56E. Grayscale: #151515. Windows color (decimal): -16774511 or 9505280. OLE color: 9505280.
HSL color Cylindrical-coordinate representation of color #000A91: hue angle of 235.86º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000A91 is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 10 | 145 | - |
| CMYK | 1 | 0.93 | 0 | 0.43 |
| HSL | 235.86º | 1% | 0.28% | - |
| HSV(B) | 235.86º | 1% | 0.57% | - |
| XYZ | 5.22 | 2.26 | 26.95 | - |
| YUV | 22.4 | 197.19 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 145 | 1 | 0.93 | 0 | 0.43 | 235.86 | 1 | 0.28 |
| Hex | 0 | A | 91 | 64 | 5D | 0 | 2B | EC | 64 | 1C |
| Octal | 0 | 12 | 221 | 144 | 135 | 0 | 53 | 354 | 144 | 34 |
| Binary | 0 | 1010 | 10010001 | 1100100 | 1011101 | 0 | 101011 | 11101100 | 1100100 | 11100 |
Color Harmonies of #000A91
Complementary color
Monochromatic Colors of #000A91
Black with #000A91
Text Example
Text Example
White with #000A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000A91; }
p { color: rgb(0,10,145); }
H1.HeaderClassName
{
color: #000A91;
}
.AnyTagClassName
{
color: #000A91;
}
</style>
background-color css
<style>
a { background-color: #000A91; }
a { background-color: rgb(0,10,145); }
div.DivClassName
{
background-color: #000A91;
}
.BgClassName
{
background-color: #000A91;
}
</style>
border-color css
<style>
span { border-color: #000A91; }
span { border-color: rgb(0,10,145); }
td.TdClassName
{
border-color: #000A91;
}
.TagClassName
{
border-color: #000A91;
}
</style>