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