Shades of Dark Blue #04028C
Tints of Dark Blue #04028C
RGB
CMYK
RGB Variations
Color information
#04028C (or 0x04028C) is known color: Dark Blue. HEX triplet: 04, 02 and 8C. RGB value is (4,2,140). Sum of RGB (Red+Green+Blue) = 4+2+140=146 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.74% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 140 (55.08% from 255 or 95.89% from 146); Max value from RGB is 140 - color contains mainly: blue. Hex color #04028C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04028C is #FBFD73. Grayscale: #111111. Windows color (decimal): -16514420 or 9175556. OLE color: 9175556.
HSL color Cylindrical-coordinate representation of color #04028C: hue angle of 240.87º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #04028C is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 2 | 140 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.45 |
| HSL | 240.87º | 0.97% | 0.28% | - |
| HSV(B) | 240.87º | 0.99% | 0.55% | - |
| XYZ | 4.81 | 1.96 | 24.94 | - |
| YUV | 18.33 | 196.66 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 2 | 140 | 0.97 | 0.99 | 0 | 0.45 | 240.87 | 0.97 | 0.28 |
| Hex | 4 | 2 | 8C | 61 | 63 | 0 | 2D | F1 | 61 | 1C |
| Octal | 4 | 2 | 214 | 141 | 143 | 0 | 55 | 361 | 141 | 34 |
| Binary | 100 | 10 | 10001100 | 1100001 | 1100011 | 0 | 101101 | 11110001 | 1100001 | 11100 |
Color Harmonies of #04028C
Complementary color
Monochromatic Colors of #04028C
Black with #04028C
Text Example
Text Example
White with #04028C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04028C; }
p { color: rgb(4,2,140); }
H1.HeaderClassName
{
color: #04028C;
}
.AnyTagClassName
{
color: #04028C;
}
</style>
background-color css
<style>
a { background-color: #04028C; }
a { background-color: rgb(4,2,140); }
div.DivClassName
{
background-color: #04028C;
}
.BgClassName
{
background-color: #04028C;
}
</style>
border-color css
<style>
span { border-color: #04028C; }
span { border-color: rgb(4,2,140); }
td.TdClassName
{
border-color: #04028C;
}
.TagClassName
{
border-color: #04028C;
}
</style>