Shades of Dark Blue #010793
Tints of Dark Blue #010793
RGB
CMYK
RGB Variations
Color information
#010793 (or 0x010793) is known color: Dark Blue. HEX triplet: 01, 07 and 93. RGB value is (1,7,147). Sum of RGB (Red+Green+Blue) = 1+7+147=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 7 (3.12% from 255 or 4.52% from 155); Blue value is 147 (57.81% from 255 or 94.84% from 155); Max value from RGB is 147 - color contains mainly: blue. Hex color #010793 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010793 is #FEF86C. Grayscale: #141414. Windows color (decimal): -16709741 or 9635585. OLE color: 9635585.
HSL color Cylindrical-coordinate representation of color #010793: hue angle of 237.53º 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 #010793 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 7 | 147 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.42 |
| HSL | 237.53º | 0.99% | 0.29% | - |
| HSV(B) | 237.53º | 0.99% | 0.58% | - |
| XYZ | 5.35 | 2.26 | 27.76 | - |
| YUV | 21.17 | 199.01 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 7 | 147 | 0.99 | 0.95 | 0 | 0.42 | 237.53 | 0.99 | 0.29 |
| Hex | 1 | 7 | 93 | 63 | 5F | 0 | 2A | EE | 63 | 1D |
| Octal | 1 | 7 | 223 | 143 | 137 | 0 | 52 | 356 | 143 | 35 |
| Binary | 1 | 111 | 10010011 | 1100011 | 1011111 | 0 | 101010 | 11101110 | 1100011 | 11101 |
Color Harmonies of #010793
Complementary color
Monochromatic Colors of #010793
Black with #010793
Text Example
Text Example
White with #010793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010793; }
p { color: rgb(1,7,147); }
H1.HeaderClassName
{
color: #010793;
}
.AnyTagClassName
{
color: #010793;
}
</style>
background-color css
<style>
a { background-color: #010793; }
a { background-color: rgb(1,7,147); }
div.DivClassName
{
background-color: #010793;
}
.BgClassName
{
background-color: #010793;
}
</style>
border-color css
<style>
span { border-color: #010793; }
span { border-color: rgb(1,7,147); }
td.TdClassName
{
border-color: #010793;
}
.TagClassName
{
border-color: #010793;
}
</style>