Shades of Dark Blue #010193
Tints of Dark Blue #010193
RGB
CMYK
RGB Variations
Color information
#010193 (or 0x010193) is known color: Dark Blue. HEX triplet: 01, 01 and 93. RGB value is (1,1,147). Sum of RGB (Red+Green+Blue) = 1+1+147=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 147 (57.81% from 255 or 98.66% from 149); Max value from RGB is 147 - color contains mainly: blue. Hex color #010193 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010193 is #FEFE6C. Grayscale: #111111. Windows color (decimal): -16711277 or 9634049. OLE color: 9634049.
HSL color Cylindrical-coordinate representation of color #010193: hue angle of 240º 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 #010193 is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 1 | 147 | - |
| CMYK | 0.99 | 0.99 | 0 | 0.42 |
| HSL | 240º | 0.99% | 0.29% | - |
| HSV(B) | 240º | 0.99% | 0.58% | - |
| XYZ | 5.29 | 2.13 | 27.74 | - |
| YUV | 17.64 | 201 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 1 | 147 | 0.99 | 0.99 | 0 | 0.42 | 240 | 0.99 | 0.29 |
| Hex | 1 | 1 | 93 | 63 | 63 | 0 | 2A | F0 | 63 | 1D |
| Octal | 1 | 1 | 223 | 143 | 143 | 0 | 52 | 360 | 143 | 35 |
| Binary | 1 | 1 | 10010011 | 1100011 | 1100011 | 0 | 101010 | 11110000 | 1100011 | 11101 |
Color Harmonies of #010193
Complementary color
Monochromatic Colors of #010193
Black with #010193
Text Example
Text Example
White with #010193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010193; }
p { color: rgb(1,1,147); }
H1.HeaderClassName
{
color: #010193;
}
.AnyTagClassName
{
color: #010193;
}
</style>
background-color css
<style>
a { background-color: #010193; }
a { background-color: rgb(1,1,147); }
div.DivClassName
{
background-color: #010193;
}
.BgClassName
{
background-color: #010193;
}
</style>
border-color css
<style>
span { border-color: #010193; }
span { border-color: rgb(1,1,147); }
td.TdClassName
{
border-color: #010193;
}
.TagClassName
{
border-color: #010193;
}
</style>