Shades of Dark Blue #04148D
Tints of Dark Blue #04148D
RGB
CMYK
RGB Variations
Color information
#04148D (or 0x04148D) is known color: Dark Blue. HEX triplet: 04, 14 and 8D. RGB value is (4,20,141). Sum of RGB (Red+Green+Blue) = 4+20+141=165 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.42% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 141 (55.47% from 255 or 85.45% from 165); Max value from RGB is 141 - color contains mainly: blue. Hex color #04148D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04148D is #FBEB72. Grayscale: #1C1C1C. Windows color (decimal): -16509811 or 9245700. OLE color: 9245700.
HSL color Cylindrical-coordinate representation of color #04148D: hue angle of 232.99º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04148D is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 20 | 141 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.45 |
| HSL | 232.99º | 0.94% | 0.28% | - |
| HSV(B) | 232.99º | 0.97% | 0.55% | - |
| XYZ | 5.11 | 2.45 | 25.4 | - |
| YUV | 29.01 | 191.2 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 20 | 141 | 0.97 | 0.86 | 0 | 0.45 | 232.99 | 0.94 | 0.28 |
| Hex | 4 | 14 | 8D | 61 | 56 | 0 | 2D | E9 | 5E | 1C |
| Octal | 4 | 24 | 215 | 141 | 126 | 0 | 55 | 351 | 136 | 34 |
| Binary | 100 | 10100 | 10001101 | 1100001 | 1010110 | 0 | 101101 | 11101001 | 1011110 | 11100 |
Color Harmonies of #04148D
Complementary color
Monochromatic Colors of #04148D
Black with #04148D
Text Example
Text Example
White with #04148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04148D; }
p { color: rgb(4,20,141); }
H1.HeaderClassName
{
color: #04148D;
}
.AnyTagClassName
{
color: #04148D;
}
</style>
background-color css
<style>
a { background-color: #04148D; }
a { background-color: rgb(4,20,141); }
div.DivClassName
{
background-color: #04148D;
}
.BgClassName
{
background-color: #04148D;
}
</style>
border-color css
<style>
span { border-color: #04148D; }
span { border-color: rgb(4,20,141); }
td.TdClassName
{
border-color: #04148D;
}
.TagClassName
{
border-color: #04148D;
}
</style>