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