Shades of Dark Blue #04018B
Tints of Dark Blue #04018B
RGB
CMYK
RGB Variations
Color information
#04018B (or 0x04018B) is known color: Dark Blue. HEX triplet: 04, 01 and 8B. RGB value is (4,1,139). Sum of RGB (Red+Green+Blue) = 4+1+139=144 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.78% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 139 (54.69% from 255 or 96.53% from 144); Max value from RGB is 139 - color contains mainly: blue. Hex color #04018B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04018B is #FBFE74. Grayscale: #111111. Windows color (decimal): -16514677 or 9109764. OLE color: 9109764.
HSL color Cylindrical-coordinate representation of color #04018B: hue angle of 241.3º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #04018B is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 1 | 139 | - |
| CMYK | 0.97 | 0.99 | 0 | 0.45 |
| HSL | 241.3º | 0.99% | 0.27% | - |
| HSV(B) | 241.3º | 0.99% | 0.55% | - |
| XYZ | 4.72 | 1.91 | 24.55 | - |
| YUV | 17.63 | 196.49 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 1 | 139 | 0.97 | 0.99 | 0 | 0.45 | 241.3 | 0.99 | 0.27 |
| Hex | 4 | 1 | 8B | 61 | 63 | 0 | 2D | F1 | 63 | 1B |
| Octal | 4 | 1 | 213 | 141 | 143 | 0 | 55 | 361 | 143 | 33 |
| Binary | 100 | 1 | 10001011 | 1100001 | 1100011 | 0 | 101101 | 11110001 | 1100011 | 11011 |
Color Harmonies of #04018B
Complementary color
Monochromatic Colors of #04018B
Black with #04018B
Text Example
Text Example
White with #04018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04018B; }
p { color: rgb(4,1,139); }
H1.HeaderClassName
{
color: #04018B;
}
.AnyTagClassName
{
color: #04018B;
}
</style>
background-color css
<style>
a { background-color: #04018B; }
a { background-color: rgb(4,1,139); }
div.DivClassName
{
background-color: #04018B;
}
.BgClassName
{
background-color: #04018B;
}
</style>
border-color css
<style>
span { border-color: #04018B; }
span { border-color: rgb(4,1,139); }
td.TdClassName
{
border-color: #04018B;
}
.TagClassName
{
border-color: #04018B;
}
</style>