Shades of Dark Blue #04038C
Tints of Dark Blue #04038C
RGB
CMYK
RGB Variations
Color information
#04038C (or 0x04038C) is known color: Dark Blue. HEX triplet: 04, 03 and 8C. RGB value is (4,3,140). Sum of RGB (Red+Green+Blue) = 4+3+140=147 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.72% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 140 (55.08% from 255 or 95.24% from 147); Max value from RGB is 140 - color contains mainly: blue. Hex color #04038C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04038C is #FBFC73. Grayscale: #121212. Windows color (decimal): -16514164 or 9175812. OLE color: 9175812.
HSL color Cylindrical-coordinate representation of color #04038C: hue angle of 240.44º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04038C is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 3 | 140 | - |
| CMYK | 0.97 | 0.98 | 0 | 0.45 |
| HSL | 240.44º | 0.96% | 0.28% | - |
| HSV(B) | 240.44º | 0.98% | 0.55% | - |
| XYZ | 4.82 | 1.98 | 24.94 | - |
| YUV | 18.92 | 196.33 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 3 | 140 | 0.97 | 0.98 | 0 | 0.45 | 240.44 | 0.96 | 0.28 |
| Hex | 4 | 3 | 8C | 61 | 62 | 0 | 2D | F0 | 60 | 1C |
| Octal | 4 | 3 | 214 | 141 | 142 | 0 | 55 | 360 | 140 | 34 |
| Binary | 100 | 11 | 10001100 | 1100001 | 1100010 | 0 | 101101 | 11110000 | 1100000 | 11100 |
Color Harmonies of #04038C
Complementary color
Monochromatic Colors of #04038C
Black with #04038C
Text Example
Text Example
White with #04038C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04038C; }
p { color: rgb(4,3,140); }
H1.HeaderClassName
{
color: #04038C;
}
.AnyTagClassName
{
color: #04038C;
}
</style>
background-color css
<style>
a { background-color: #04038C; }
a { background-color: rgb(4,3,140); }
div.DivClassName
{
background-color: #04038C;
}
.BgClassName
{
background-color: #04038C;
}
</style>
border-color css
<style>
span { border-color: #04038C; }
span { border-color: rgb(4,3,140); }
td.TdClassName
{
border-color: #04038C;
}
.TagClassName
{
border-color: #04038C;
}
</style>