Shades of Dark Blue #04078D
Tints of Dark Blue #04078D
RGB
CMYK
RGB Variations
Color information
#04078D (or 0x04078D) is known color: Dark Blue. HEX triplet: 04, 07 and 8D. RGB value is (4,7,141). Sum of RGB (Red+Green+Blue) = 4+7+141=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 7 (3.12% from 255 or 4.61% from 152); Blue value is 141 (55.47% from 255 or 92.76% from 152); Max value from RGB is 141 - color contains mainly: blue. Hex color #04078D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04078D is #FBF872. Grayscale: #141414. Windows color (decimal): -16513139 or 9242372. OLE color: 9242372.
HSL color Cylindrical-coordinate representation of color #04078D: hue angle of 238.69º 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 #04078D is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 7 | 141 | - |
| CMYK | 0.97 | 0.95 | 0 | 0.45 |
| HSL | 238.69º | 0.94% | 0.28% | - |
| HSV(B) | 238.69º | 0.97% | 0.55% | - |
| XYZ | 4.93 | 2.1 | 25.34 | - |
| YUV | 21.38 | 195.51 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 7 | 141 | 0.97 | 0.95 | 0 | 0.45 | 238.69 | 0.94 | 0.28 |
| Hex | 4 | 7 | 8D | 61 | 5F | 0 | 2D | EF | 5E | 1C |
| Octal | 4 | 7 | 215 | 141 | 137 | 0 | 55 | 357 | 136 | 34 |
| Binary | 100 | 111 | 10001101 | 1100001 | 1011111 | 0 | 101101 | 11101111 | 1011110 | 11100 |
Color Harmonies of #04078D
Complementary color
Monochromatic Colors of #04078D
Black with #04078D
Text Example
Text Example
White with #04078D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04078D; }
p { color: rgb(4,7,141); }
H1.HeaderClassName
{
color: #04078D;
}
.AnyTagClassName
{
color: #04078D;
}
</style>
background-color css
<style>
a { background-color: #04078D; }
a { background-color: rgb(4,7,141); }
div.DivClassName
{
background-color: #04078D;
}
.BgClassName
{
background-color: #04078D;
}
</style>
border-color css
<style>
span { border-color: #04078D; }
span { border-color: rgb(4,7,141); }
td.TdClassName
{
border-color: #04078D;
}
.TagClassName
{
border-color: #04078D;
}
</style>