Shades of Dark Blue #04098B
Tints of Dark Blue #04098B
RGB
CMYK
RGB Variations
Color information
#04098B (or 0x04098B) is known color: Dark Blue. HEX triplet: 04, 09 and 8B. RGB value is (4,9,139). Sum of RGB (Red+Green+Blue) = 4+9+139=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 139 (54.69% from 255 or 91.45% from 152); Max value from RGB is 139 - color contains mainly: blue. Hex color #04098B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04098B is #FBF674. Grayscale: #151515. Windows color (decimal): -16512629 or 9111812. OLE color: 9111812.
HSL color Cylindrical-coordinate representation of color #04098B: hue angle of 237.78º 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 #04098B is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 9 | 139 | - |
| CMYK | 0.97 | 0.94 | 0 | 0.45 |
| HSL | 237.78º | 0.94% | 0.28% | - |
| HSV(B) | 237.78º | 0.97% | 0.55% | - |
| XYZ | 4.81 | 2.09 | 24.58 | - |
| YUV | 22.33 | 193.84 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 9 | 139 | 0.97 | 0.94 | 0 | 0.45 | 237.78 | 0.94 | 0.28 |
| Hex | 4 | 9 | 8B | 61 | 5E | 0 | 2D | EE | 5E | 1C |
| Octal | 4 | 11 | 213 | 141 | 136 | 0 | 55 | 356 | 136 | 34 |
| Binary | 100 | 1001 | 10001011 | 1100001 | 1011110 | 0 | 101101 | 11101110 | 1011110 | 11100 |
Color Harmonies of #04098B
Complementary color
Monochromatic Colors of #04098B
Black with #04098B
Text Example
Text Example
White with #04098B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04098B; }
p { color: rgb(4,9,139); }
H1.HeaderClassName
{
color: #04098B;
}
.AnyTagClassName
{
color: #04098B;
}
</style>
background-color css
<style>
a { background-color: #04098B; }
a { background-color: rgb(4,9,139); }
div.DivClassName
{
background-color: #04098B;
}
.BgClassName
{
background-color: #04098B;
}
</style>
border-color css
<style>
span { border-color: #04098B; }
span { border-color: rgb(4,9,139); }
td.TdClassName
{
border-color: #04098B;
}
.TagClassName
{
border-color: #04098B;
}
</style>