Shades of Dark Blue #011393
Tints of Dark Blue #011393
RGB
CMYK
RGB Variations
Color information
#011393 (or 0x011393) is known color: Dark Blue. HEX triplet: 01, 13 and 93. RGB value is (1,19,147). Sum of RGB (Red+Green+Blue) = 1+19+147=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 147 (57.81% from 255 or 88.02% from 167); Max value from RGB is 147 - color contains mainly: blue. Hex color #011393 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011393 is #FEEC6C. Grayscale: #1B1B1B. Windows color (decimal): -16706669 or 9638657. OLE color: 9638657.
HSL color Cylindrical-coordinate representation of color #011393: hue angle of 232.6º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011393 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 19 | 147 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.42 |
| HSL | 232.6º | 0.99% | 0.29% | - |
| HSV(B) | 232.6º | 0.99% | 0.58% | - |
| XYZ | 5.51 | 2.58 | 27.81 | - |
| YUV | 28.21 | 195.04 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 19 | 147 | 0.99 | 0.87 | 0 | 0.42 | 232.6 | 0.99 | 0.29 |
| Hex | 1 | 13 | 93 | 63 | 57 | 0 | 2A | E9 | 63 | 1D |
| Octal | 1 | 23 | 223 | 143 | 127 | 0 | 52 | 351 | 143 | 35 |
| Binary | 1 | 10011 | 10010011 | 1100011 | 1010111 | 0 | 101010 | 11101001 | 1100011 | 11101 |
Color Harmonies of #011393
Complementary color
Monochromatic Colors of #011393
Black with #011393
Text Example
Text Example
White with #011393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011393; }
p { color: rgb(1,19,147); }
H1.HeaderClassName
{
color: #011393;
}
.AnyTagClassName
{
color: #011393;
}
</style>
background-color css
<style>
a { background-color: #011393; }
a { background-color: rgb(1,19,147); }
div.DivClassName
{
background-color: #011393;
}
.BgClassName
{
background-color: #011393;
}
</style>
border-color css
<style>
span { border-color: #011393; }
span { border-color: rgb(1,19,147); }
td.TdClassName
{
border-color: #011393;
}
.TagClassName
{
border-color: #011393;
}
</style>