Shades of Dark Blue #011A8B
Tints of Dark Blue #011A8B
RGB
CMYK
RGB Variations
Color information
#011A8B (or 0x011A8B) is known color: Dark Blue. HEX triplet: 01, 1A and 8B. RGB value is (1,26,139). Sum of RGB (Red+Green+Blue) = 1+26+139=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 26 (10.55% from 255 or 15.66% from 166); Blue value is 139 (54.69% from 255 or 83.73% from 166); Max value from RGB is 139 - color contains mainly: blue. Hex color #011A8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011A8B is #FEE574. Grayscale: #1E1E1E. Windows color (decimal): -16704885 or 9116161. OLE color: 9116161.
HSL color Cylindrical-coordinate representation of color #011A8B: hue angle of 229.13º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011A8B is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 26 | 139 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.45 |
| HSL | 229.13º | 0.99% | 0.27% | - |
| HSV(B) | 229.13º | 0.99% | 0.55% | - |
| XYZ | 5.04 | 2.61 | 24.66 | - |
| YUV | 31.41 | 188.72 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 26 | 139 | 0.99 | 0.81 | 0 | 0.45 | 229.13 | 0.99 | 0.27 |
| Hex | 1 | 1A | 8B | 63 | 51 | 0 | 2D | E5 | 63 | 1B |
| Octal | 1 | 32 | 213 | 143 | 121 | 0 | 55 | 345 | 143 | 33 |
| Binary | 1 | 11010 | 10001011 | 1100011 | 1010001 | 0 | 101101 | 11100101 | 1100011 | 11011 |
Color Harmonies of #011A8B
Complementary color
Monochromatic Colors of #011A8B
Black with #011A8B
Text Example
Text Example
White with #011A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011A8B; }
p { color: rgb(1,26,139); }
H1.HeaderClassName
{
color: #011A8B;
}
.AnyTagClassName
{
color: #011A8B;
}
</style>
background-color css
<style>
a { background-color: #011A8B; }
a { background-color: rgb(1,26,139); }
div.DivClassName
{
background-color: #011A8B;
}
.BgClassName
{
background-color: #011A8B;
}
</style>
border-color css
<style>
span { border-color: #011A8B; }
span { border-color: rgb(1,26,139); }
td.TdClassName
{
border-color: #011A8B;
}
.TagClassName
{
border-color: #011A8B;
}
</style>