Shades of Dark Blue #04088A
Tints of Dark Blue #04088A
RGB
CMYK
RGB Variations
Color information
#04088A (or 0x04088A) is known color: Dark Blue. HEX triplet: 04, 08 and 8A. RGB value is (4,8,138). Sum of RGB (Red+Green+Blue) = 4+8+138=150 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.67% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 138 (54.30% from 255 or 92% from 150); Max value from RGB is 138 - color contains mainly: blue. Hex color #04088A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04088A is #FBF775. Grayscale: #151515. Windows color (decimal): -16512886 or 9046020. OLE color: 9046020.
HSL color Cylindrical-coordinate representation of color #04088A: hue angle of 238.21º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04088A is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 4 | 8 | 138 | - |
| CMYK | 0.97 | 0.94 | 0 | 0.46 |
| HSL | 238.21º | 0.94% | 0.28% | - |
| HSV(B) | 238.21º | 0.97% | 0.54% | - |
| XYZ | 4.72 | 2.03 | 24.19 | - |
| YUV | 21.62 | 193.67 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 8 | 138 | 0.97 | 0.94 | 0 | 0.46 | 238.21 | 0.94 | 0.28 |
| Hex | 4 | 8 | 8A | 61 | 5E | 0 | 2E | EE | 5E | 1C |
| Octal | 4 | 10 | 212 | 141 | 136 | 0 | 56 | 356 | 136 | 34 |
| Binary | 100 | 1000 | 10001010 | 1100001 | 1011110 | 0 | 101110 | 11101110 | 1011110 | 11100 |
Color Harmonies of #04088A
Complementary color
Monochromatic Colors of #04088A
Black with #04088A
Text Example
Text Example
White with #04088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04088A; }
p { color: rgb(4,8,138); }
H1.HeaderClassName
{
color: #04088A;
}
.AnyTagClassName
{
color: #04088A;
}
</style>
background-color css
<style>
a { background-color: #04088A; }
a { background-color: rgb(4,8,138); }
div.DivClassName
{
background-color: #04088A;
}
.BgClassName
{
background-color: #04088A;
}
</style>
border-color css
<style>
span { border-color: #04088A; }
span { border-color: rgb(4,8,138); }
td.TdClassName
{
border-color: #04088A;
}
.TagClassName
{
border-color: #04088A;
}
</style>