Shades of Dark Blue #040193
Tints of Dark Blue #040193
RGB
CMYK
RGB Variations
Color information
#040193 (or 0x040193) is known color: Dark Blue. HEX triplet: 04, 01 and 93. RGB value is (4,1,147). Sum of RGB (Red+Green+Blue) = 4+1+147=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 1 (0.78% from 255 or 0.66% 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 #040193 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040193 is #FBFE6C. Grayscale: #111111. Windows color (decimal): -16514669 or 9634052. OLE color: 9634052.
HSL color Cylindrical-coordinate representation of color #040193: hue angle of 241.23º 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 #040193 is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 4 | 1 | 147 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.42 |
| HSL | 241.23º | 0.99% | 0.29% | - |
| HSV(B) | 241.23º | 0.99% | 0.58% | - |
| XYZ | 5.33 | 2.15 | 27.74 | - |
| YUV | 18.54 | 200.49 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 1 | 147 | 0.97 | 0.99 | 0 | 0.42 | 241.23 | 0.99 | 0.29 |
| Hex | 4 | 1 | 93 | 61 | 63 | 0 | 2A | F1 | 63 | 1D |
| Octal | 4 | 1 | 223 | 141 | 143 | 0 | 52 | 361 | 143 | 35 |
| Binary | 100 | 1 | 10010011 | 1100001 | 1100011 | 0 | 101010 | 11110001 | 1100011 | 11101 |
Color Harmonies of #040193
Complementary color
Monochromatic Colors of #040193
Black with #040193
Text Example
Text Example
White with #040193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040193; }
p { color: rgb(4,1,147); }
H1.HeaderClassName
{
color: #040193;
}
.AnyTagClassName
{
color: #040193;
}
</style>
background-color css
<style>
a { background-color: #040193; }
a { background-color: rgb(4,1,147); }
div.DivClassName
{
background-color: #040193;
}
.BgClassName
{
background-color: #040193;
}
</style>
border-color css
<style>
span { border-color: #040193; }
span { border-color: rgb(4,1,147); }
td.TdClassName
{
border-color: #040193;
}
.TagClassName
{
border-color: #040193;
}
</style>