Shades of Dark Blue #04018F
Tints of Dark Blue #04018F
RGB
CMYK
RGB Variations
Color information
#04018F (or 0x04018F) is known color: Dark Blue. HEX triplet: 04, 01 and 8F. RGB value is (4,1,143). Sum of RGB (Red+Green+Blue) = 4+1+143=148 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.70% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 143 (56.25% from 255 or 96.62% from 148); Max value from RGB is 143 - color contains mainly: blue. Hex color #04018F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04018F is #FBFE70. Grayscale: #111111. Windows color (decimal): -16514673 or 9371908. OLE color: 9371908.
HSL color Cylindrical-coordinate representation of color #04018F: hue angle of 241.27º degrees, saturation: 0.99, 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 #04018F is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 1 | 143 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.44 |
| HSL | 241.27º | 0.99% | 0.28% | - |
| HSV(B) | 241.27º | 0.99% | 0.56% | - |
| XYZ | 5.02 | 2.03 | 26.11 | - |
| YUV | 18.09 | 198.49 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 1 | 143 | 0.97 | 0.99 | 0 | 0.44 | 241.27 | 0.99 | 0.28 |
| Hex | 4 | 1 | 8F | 61 | 63 | 0 | 2C | F1 | 63 | 1C |
| Octal | 4 | 1 | 217 | 141 | 143 | 0 | 54 | 361 | 143 | 34 |
| Binary | 100 | 1 | 10001111 | 1100001 | 1100011 | 0 | 101100 | 11110001 | 1100011 | 11100 |
Color Harmonies of #04018F
Complementary color
Monochromatic Colors of #04018F
Black with #04018F
Text Example
Text Example
White with #04018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04018F; }
p { color: rgb(4,1,143); }
H1.HeaderClassName
{
color: #04018F;
}
.AnyTagClassName
{
color: #04018F;
}
</style>
background-color css
<style>
a { background-color: #04018F; }
a { background-color: rgb(4,1,143); }
div.DivClassName
{
background-color: #04018F;
}
.BgClassName
{
background-color: #04018F;
}
</style>
border-color css
<style>
span { border-color: #04018F; }
span { border-color: rgb(4,1,143); }
td.TdClassName
{
border-color: #04018F;
}
.TagClassName
{
border-color: #04018F;
}
</style>