Shades of Dark Blue #04078A
Tints of Dark Blue #04078A
RGB
CMYK
RGB Variations
Color information
#04078A (or 0x04078A) is known color: Dark Blue. HEX triplet: 04, 07 and 8A. RGB value is (4,7,138). Sum of RGB (Red+Green+Blue) = 4+7+138=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 7 (3.12% from 255 or 4.70% from 149); Blue value is 138 (54.30% from 255 or 92.62% from 149); Max value from RGB is 138 - color contains mainly: blue. Hex color #04078A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04078A is #FBF875. Grayscale: #141414. Windows color (decimal): -16513142 or 9045764. OLE color: 9045764.
HSL color Cylindrical-coordinate representation of color #04078A: hue angle of 238.66º 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 #04078A is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 4 | 7 | 138 | - |
| CMYK | 0.97 | 0.95 | 0 | 0.46 |
| HSL | 238.66º | 0.94% | 0.28% | - |
| HSV(B) | 238.66º | 0.97% | 0.54% | - |
| XYZ | 4.71 | 2.01 | 24.18 | - |
| YUV | 21.04 | 194.01 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 7 | 138 | 0.97 | 0.95 | 0 | 0.46 | 238.66 | 0.94 | 0.28 |
| Hex | 4 | 7 | 8A | 61 | 5F | 0 | 2E | EF | 5E | 1C |
| Octal | 4 | 7 | 212 | 141 | 137 | 0 | 56 | 357 | 136 | 34 |
| Binary | 100 | 111 | 10001010 | 1100001 | 1011111 | 0 | 101110 | 11101111 | 1011110 | 11100 |
Color Harmonies of #04078A
Complementary color
Monochromatic Colors of #04078A
Black with #04078A
Text Example
Text Example
White with #04078A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04078A; }
p { color: rgb(4,7,138); }
H1.HeaderClassName
{
color: #04078A;
}
.AnyTagClassName
{
color: #04078A;
}
</style>
background-color css
<style>
a { background-color: #04078A; }
a { background-color: rgb(4,7,138); }
div.DivClassName
{
background-color: #04078A;
}
.BgClassName
{
background-color: #04078A;
}
</style>
border-color css
<style>
span { border-color: #04078A; }
span { border-color: rgb(4,7,138); }
td.TdClassName
{
border-color: #04078A;
}
.TagClassName
{
border-color: #04078A;
}
</style>