Shades of Dark Blue #041388
Tints of Dark Blue #041388
RGB
CMYK
RGB Variations
Color information
#041388 (or 0x041388) is known color: Dark Blue. HEX triplet: 04, 13 and 88. RGB value is (4,19,136). Sum of RGB (Red+Green+Blue) = 4+19+136=159 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.52% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 136 (53.52% from 255 or 85.53% from 159); Max value from RGB is 136 - color contains mainly: blue. Hex color #041388 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041388 is #FBEC77. Grayscale: #1B1B1B. Windows color (decimal): -16510072 or 8917764. OLE color: 8917764.
HSL color Cylindrical-coordinate representation of color #041388: hue angle of 233.18º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041388 is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 4 | 19 | 136 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.47 |
| HSL | 233.18º | 0.94% | 0.27% | - |
| HSV(B) | 233.18º | 0.97% | 0.53% | - |
| XYZ | 4.73 | 2.27 | 23.48 | - |
| YUV | 27.85 | 189.03 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 19 | 136 | 0.97 | 0.86 | 0 | 0.47 | 233.18 | 0.94 | 0.27 |
| Hex | 4 | 13 | 88 | 61 | 56 | 0 | 2F | E9 | 5E | 1B |
| Octal | 4 | 23 | 210 | 141 | 126 | 0 | 57 | 351 | 136 | 33 |
| Binary | 100 | 10011 | 10001000 | 1100001 | 1010110 | 0 | 101111 | 11101001 | 1011110 | 11011 |
Color Harmonies of #041388
Complementary color
Monochromatic Colors of #041388
Black with #041388
Text Example
Text Example
White with #041388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041388; }
p { color: rgb(4,19,136); }
H1.HeaderClassName
{
color: #041388;
}
.AnyTagClassName
{
color: #041388;
}
</style>
background-color css
<style>
a { background-color: #041388; }
a { background-color: rgb(4,19,136); }
div.DivClassName
{
background-color: #041388;
}
.BgClassName
{
background-color: #041388;
}
</style>
border-color css
<style>
span { border-color: #041388; }
span { border-color: rgb(4,19,136); }
td.TdClassName
{
border-color: #041388;
}
.TagClassName
{
border-color: #041388;
}
</style>