Shades of Dark Blue #001993
Tints of Dark Blue #001993
RGB
CMYK
RGB Variations
Color information
#001993 (or 0x001993) is known color: Dark Blue. HEX triplet: 00, 19 and 93. RGB value is (0,25,147). Sum of RGB (Red+Green+Blue) = 0+25+147=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 147 (57.81% from 255 or 85.47% from 172); Max value from RGB is 147 - color contains mainly: blue. Hex color #001993 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001993 is #FFE66C. Grayscale: #1E1E1E. Windows color (decimal): -16770669 or 9640192. OLE color: 9640192.
HSL color Cylindrical-coordinate representation of color #001993: hue angle of 229.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001993 is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 25 | 147 | - |
| CMYK | 1 | 0.83 | 0 | 0.42 |
| HSL | 229.8º | 1% | 0.29% | - |
| HSV(B) | 229.8º | 1% | 0.58% | - |
| XYZ | 5.61 | 2.8 | 27.85 | - |
| YUV | 31.43 | 193.22 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 25 | 147 | 1 | 0.83 | 0 | 0.42 | 229.8 | 1 | 0.29 |
| Hex | 0 | 19 | 93 | 64 | 53 | 0 | 2A | E6 | 64 | 1D |
| Octal | 0 | 31 | 223 | 144 | 123 | 0 | 52 | 346 | 144 | 35 |
| Binary | 0 | 11001 | 10010011 | 1100100 | 1010011 | 0 | 101010 | 11100110 | 1100100 | 11101 |
Color Harmonies of #001993
Complementary color
Monochromatic Colors of #001993
Black with #001993
Text Example
Text Example
White with #001993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001993; }
p { color: rgb(0,25,147); }
H1.HeaderClassName
{
color: #001993;
}
.AnyTagClassName
{
color: #001993;
}
</style>
background-color css
<style>
a { background-color: #001993; }
a { background-color: rgb(0,25,147); }
div.DivClassName
{
background-color: #001993;
}
.BgClassName
{
background-color: #001993;
}
</style>
border-color css
<style>
span { border-color: #001993; }
span { border-color: rgb(0,25,147); }
td.TdClassName
{
border-color: #001993;
}
.TagClassName
{
border-color: #001993;
}
</style>