Shades of Dark Blue #010493
Tints of Dark Blue #010493
RGB
CMYK
RGB Variations
Color information
#010493 (or 0x010493) is known color: Dark Blue. HEX triplet: 01, 04 and 93. RGB value is (1,4,147). Sum of RGB (Red+Green+Blue) = 1+4+147=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 147 (57.81% from 255 or 96.71% from 152); Max value from RGB is 147 - color contains mainly: blue. Hex color #010493 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010493 is #FEFB6C. Grayscale: #121212. Windows color (decimal): -16710509 or 9634817. OLE color: 9634817.
HSL color Cylindrical-coordinate representation of color #010493: hue angle of 238.77º 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 #010493 is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 4 | 147 | - |
| CMYK | 0.99 | 0.97 | 0 | 0.42 |
| HSL | 238.77º | 0.99% | 0.29% | - |
| HSV(B) | 238.77º | 0.99% | 0.58% | - |
| XYZ | 5.32 | 2.2 | 27.75 | - |
| YUV | 19.41 | 200.01 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 4 | 147 | 0.99 | 0.97 | 0 | 0.42 | 238.77 | 0.99 | 0.29 |
| Hex | 1 | 4 | 93 | 63 | 61 | 0 | 2A | EF | 63 | 1D |
| Octal | 1 | 4 | 223 | 143 | 141 | 0 | 52 | 357 | 143 | 35 |
| Binary | 1 | 100 | 10010011 | 1100011 | 1100001 | 0 | 101010 | 11101111 | 1100011 | 11101 |
Color Harmonies of #010493
Complementary color
Monochromatic Colors of #010493
Black with #010493
Text Example
Text Example
White with #010493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010493; }
p { color: rgb(1,4,147); }
H1.HeaderClassName
{
color: #010493;
}
.AnyTagClassName
{
color: #010493;
}
</style>
background-color css
<style>
a { background-color: #010493; }
a { background-color: rgb(1,4,147); }
div.DivClassName
{
background-color: #010493;
}
.BgClassName
{
background-color: #010493;
}
</style>
border-color css
<style>
span { border-color: #010493; }
span { border-color: rgb(1,4,147); }
td.TdClassName
{
border-color: #010493;
}
.TagClassName
{
border-color: #010493;
}
</style>