Shades of Dark Blue #04108F
Tints of Dark Blue #04108F
RGB
CMYK
RGB Variations
Color information
#04108F (or 0x04108F) is known color: Dark Blue. HEX triplet: 04, 10 and 8F. RGB value is (4,16,143). Sum of RGB (Red+Green+Blue) = 4+16+143=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 143 (56.25% from 255 or 87.73% from 163); Max value from RGB is 143 - color contains mainly: blue. Hex color #04108F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04108F is #FBEF70. Grayscale: #1A1A1A. Windows color (decimal): -16510833 or 9375748. OLE color: 9375748.
HSL color Cylindrical-coordinate representation of color #04108F: hue angle of 234.82º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04108F is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 16 | 143 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.44 |
| HSL | 234.82º | 0.95% | 0.29% | - |
| HSV(B) | 234.82º | 0.97% | 0.56% | - |
| XYZ | 5.19 | 2.38 | 26.17 | - |
| YUV | 26.89 | 193.52 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 16 | 143 | 0.97 | 0.89 | 0 | 0.44 | 234.82 | 0.95 | 0.29 |
| Hex | 4 | 10 | 8F | 61 | 59 | 0 | 2C | EB | 5F | 1D |
| Octal | 4 | 20 | 217 | 141 | 131 | 0 | 54 | 353 | 137 | 35 |
| Binary | 100 | 10000 | 10001111 | 1100001 | 1011001 | 0 | 101100 | 11101011 | 1011111 | 11101 |
Color Harmonies of #04108F
Complementary color
Monochromatic Colors of #04108F
Black with #04108F
Text Example
Text Example
White with #04108F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04108F; }
p { color: rgb(4,16,143); }
H1.HeaderClassName
{
color: #04108F;
}
.AnyTagClassName
{
color: #04108F;
}
</style>
background-color css
<style>
a { background-color: #04108F; }
a { background-color: rgb(4,16,143); }
div.DivClassName
{
background-color: #04108F;
}
.BgClassName
{
background-color: #04108F;
}
</style>
border-color css
<style>
span { border-color: #04108F; }
span { border-color: rgb(4,16,143); }
td.TdClassName
{
border-color: #04108F;
}
.TagClassName
{
border-color: #04108F;
}
</style>