Shades of Dark Blue #04088D
Tints of Dark Blue #04088D
RGB
CMYK
RGB Variations
Color information
#04088D (or 0x04088D) is known color: Dark Blue. HEX triplet: 04, 08 and 8D. RGB value is (4,8,141). Sum of RGB (Red+Green+Blue) = 4+8+141=153 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.61% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 141 (55.47% from 255 or 92.16% from 153); Max value from RGB is 141 - color contains mainly: blue. Hex color #04088D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04088D is #FBF772. Grayscale: #151515. Windows color (decimal): -16512883 or 9242628. OLE color: 9242628.
HSL color Cylindrical-coordinate representation of color #04088D: hue angle of 238.25º 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 #04088D is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 8 | 141 | - |
| CMYK | 0.97 | 0.94 | 0 | 0.45 |
| HSL | 238.25º | 0.94% | 0.28% | - |
| HSV(B) | 238.25º | 0.97% | 0.55% | - |
| XYZ | 4.94 | 2.12 | 25.35 | - |
| YUV | 21.97 | 195.17 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 8 | 141 | 0.97 | 0.94 | 0 | 0.45 | 238.25 | 0.94 | 0.28 |
| Hex | 4 | 8 | 8D | 61 | 5E | 0 | 2D | EE | 5E | 1C |
| Octal | 4 | 10 | 215 | 141 | 136 | 0 | 55 | 356 | 136 | 34 |
| Binary | 100 | 1000 | 10001101 | 1100001 | 1011110 | 0 | 101101 | 11101110 | 1011110 | 11100 |
Color Harmonies of #04088D
Complementary color
Monochromatic Colors of #04088D
Black with #04088D
Text Example
Text Example
White with #04088D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04088D; }
p { color: rgb(4,8,141); }
H1.HeaderClassName
{
color: #04088D;
}
.AnyTagClassName
{
color: #04088D;
}
</style>
background-color css
<style>
a { background-color: #04088D; }
a { background-color: rgb(4,8,141); }
div.DivClassName
{
background-color: #04088D;
}
.BgClassName
{
background-color: #04088D;
}
</style>
border-color css
<style>
span { border-color: #04088D; }
span { border-color: rgb(4,8,141); }
td.TdClassName
{
border-color: #04088D;
}
.TagClassName
{
border-color: #04088D;
}
</style>