Shades of Dark Blue #04028F
Tints of Dark Blue #04028F
RGB
CMYK
RGB Variations
Color information
#04028F (or 0x04028F) is known color: Dark Blue. HEX triplet: 04, 02 and 8F. RGB value is (4,2,143). Sum of RGB (Red+Green+Blue) = 4+2+143=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 143 (56.25% from 255 or 95.97% from 149); Max value from RGB is 143 - color contains mainly: blue. Hex color #04028F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04028F is #FBFD70. Grayscale: #121212. Windows color (decimal): -16514417 or 9372164. OLE color: 9372164.
HSL color Cylindrical-coordinate representation of color #04028F: hue angle of 240.85º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #04028F is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 2 | 143 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.44 |
| HSL | 240.85º | 0.97% | 0.28% | - |
| HSV(B) | 240.85º | 0.99% | 0.56% | - |
| XYZ | 5.03 | 2.05 | 26.12 | - |
| YUV | 18.67 | 198.16 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 2 | 143 | 0.97 | 0.99 | 0 | 0.44 | 240.85 | 0.97 | 0.28 |
| Hex | 4 | 2 | 8F | 61 | 63 | 0 | 2C | F1 | 61 | 1C |
| Octal | 4 | 2 | 217 | 141 | 143 | 0 | 54 | 361 | 141 | 34 |
| Binary | 100 | 10 | 10001111 | 1100001 | 1100011 | 0 | 101100 | 11110001 | 1100001 | 11100 |
Color Harmonies of #04028F
Complementary color
Monochromatic Colors of #04028F
Black with #04028F
Text Example
Text Example
White with #04028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04028F; }
p { color: rgb(4,2,143); }
H1.HeaderClassName
{
color: #04028F;
}
.AnyTagClassName
{
color: #04028F;
}
</style>
background-color css
<style>
a { background-color: #04028F; }
a { background-color: rgb(4,2,143); }
div.DivClassName
{
background-color: #04028F;
}
.BgClassName
{
background-color: #04028F;
}
</style>
border-color css
<style>
span { border-color: #04028F; }
span { border-color: rgb(4,2,143); }
td.TdClassName
{
border-color: #04028F;
}
.TagClassName
{
border-color: #04028F;
}
</style>