Shades of Dark Blue #011993
Tints of Dark Blue #011993
RGB
CMYK
RGB Variations
Color information
#011993 (or 0x011993) is known color: Dark Blue. HEX triplet: 01, 19 and 93. RGB value is (1,25,147). Sum of RGB (Red+Green+Blue) = 1+25+147=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 147 (57.81% from 255 or 84.97% from 173); Max value from RGB is 147 - color contains mainly: blue. Hex color #011993 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011993 is #FEE66C. Grayscale: #1F1F1F. Windows color (decimal): -16705133 or 9640193. OLE color: 9640193.
HSL color Cylindrical-coordinate representation of color #011993: hue angle of 230.14º 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 #011993 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 25 | 147 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.42 |
| HSL | 230.14º | 0.99% | 0.29% | - |
| HSV(B) | 230.14º | 0.99% | 0.58% | - |
| XYZ | 5.63 | 2.81 | 27.85 | - |
| YUV | 31.73 | 193.05 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 147 | 0.99 | 0.83 | 0 | 0.42 | 230.14 | 0.99 | 0.29 |
| Hex | 1 | 19 | 93 | 63 | 53 | 0 | 2A | E6 | 63 | 1D |
| Octal | 1 | 31 | 223 | 143 | 123 | 0 | 52 | 346 | 143 | 35 |
| Binary | 1 | 11001 | 10010011 | 1100011 | 1010011 | 0 | 101010 | 11100110 | 1100011 | 11101 |
Color Harmonies of #011993
Complementary color
Monochromatic Colors of #011993
Black with #011993
Text Example
Text Example
White with #011993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011993; }
p { color: rgb(1,25,147); }
H1.HeaderClassName
{
color: #011993;
}
.AnyTagClassName
{
color: #011993;
}
</style>
background-color css
<style>
a { background-color: #011993; }
a { background-color: rgb(1,25,147); }
div.DivClassName
{
background-color: #011993;
}
.BgClassName
{
background-color: #011993;
}
</style>
border-color css
<style>
span { border-color: #011993; }
span { border-color: rgb(1,25,147); }
td.TdClassName
{
border-color: #011993;
}
.TagClassName
{
border-color: #011993;
}
</style>