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