Shades of Dark Blue #04018C
Tints of Dark Blue #04018C
RGB
CMYK
RGB Variations
Color information
#04018C (or 0x04018C) is known color: Dark Blue. HEX triplet: 04, 01 and 8C. RGB value is (4,1,140). Sum of RGB (Red+Green+Blue) = 4+1+140=145 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.76% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 140 (55.08% from 255 or 96.55% from 145); Max value from RGB is 140 - color contains mainly: blue. Hex color #04018C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04018C is #FBFE73. Grayscale: #111111. Windows color (decimal): -16514676 or 9175300. OLE color: 9175300.
HSL color Cylindrical-coordinate representation of color #04018C: hue angle of 241.29º degrees, saturation: 0.99, 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 #04018C is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 1 | 140 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.45 |
| HSL | 241.3º | 0.99% | 0.28% | - |
| HSV(B) | 241.3º | 0.99% | 0.55% | - |
| XYZ | 4.79 | 1.94 | 24.93 | - |
| YUV | 17.74 | 196.99 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 1 | 140 | 0.97 | 0.99 | 0 | 0.45 | 241.3 | 0.99 | 0.28 |
| Hex | 4 | 1 | 8C | 61 | 63 | 0 | 2D | F1 | 63 | 1C |
| Octal | 4 | 1 | 214 | 141 | 143 | 0 | 55 | 361 | 143 | 34 |
| Binary | 100 | 1 | 10001100 | 1100001 | 1100011 | 0 | 101101 | 11110001 | 1100011 | 11100 |
Color Harmonies of #04018C
Complementary color
Monochromatic Colors of #04018C
Black with #04018C
Text Example
Text Example
White with #04018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04018C; }
p { color: rgb(4,1,140); }
H1.HeaderClassName
{
color: #04018C;
}
.AnyTagClassName
{
color: #04018C;
}
</style>
background-color css
<style>
a { background-color: #04018C; }
a { background-color: rgb(4,1,140); }
div.DivClassName
{
background-color: #04018C;
}
.BgClassName
{
background-color: #04018C;
}
</style>
border-color css
<style>
span { border-color: #04018C; }
span { border-color: rgb(4,1,140); }
td.TdClassName
{
border-color: #04018C;
}
.TagClassName
{
border-color: #04018C;
}
</style>