Shades of Dark Blue #010B91
Tints of Dark Blue #010B91
RGB
CMYK
RGB Variations
Color information
#010B91 (or 0x010B91) is known color: Dark Blue. HEX triplet: 01, 0B and 91. RGB value is (1,11,145). Sum of RGB (Red+Green+Blue) = 1+11+145=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 11 (4.69% from 255 or 7.01% from 157); Blue value is 145 (57.03% from 255 or 92.36% from 157); Max value from RGB is 145 - color contains mainly: blue. Hex color #010B91 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010B91 is #FEF46E. Grayscale: #161616. Windows color (decimal): -16708719 or 9505537. OLE color: 9505537.
HSL color Cylindrical-coordinate representation of color #010B91: hue angle of 235.83º 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 #010B91 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 11 | 145 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.43 |
| HSL | 235.83º | 0.99% | 0.29% | - |
| HSV(B) | 235.83º | 0.99% | 0.57% | - |
| XYZ | 5.24 | 2.29 | 26.95 | - |
| YUV | 23.29 | 196.69 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 11 | 145 | 0.99 | 0.92 | 0 | 0.43 | 235.83 | 0.99 | 0.29 |
| Hex | 1 | B | 91 | 63 | 5C | 0 | 2B | EC | 63 | 1D |
| Octal | 1 | 13 | 221 | 143 | 134 | 0 | 53 | 354 | 143 | 35 |
| Binary | 1 | 1011 | 10010001 | 1100011 | 1011100 | 0 | 101011 | 11101100 | 1100011 | 11101 |
Color Harmonies of #010B91
Complementary color
Monochromatic Colors of #010B91
Black with #010B91
Text Example
Text Example
White with #010B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010B91; }
p { color: rgb(1,11,145); }
H1.HeaderClassName
{
color: #010B91;
}
.AnyTagClassName
{
color: #010B91;
}
</style>
background-color css
<style>
a { background-color: #010B91; }
a { background-color: rgb(1,11,145); }
div.DivClassName
{
background-color: #010B91;
}
.BgClassName
{
background-color: #010B91;
}
</style>
border-color css
<style>
span { border-color: #010B91; }
span { border-color: rgb(1,11,145); }
td.TdClassName
{
border-color: #010B91;
}
.TagClassName
{
border-color: #010B91;
}
</style>