Shades of Dark Blue #07038D
Tints of Dark Blue #07038D
RGB
CMYK
RGB Variations
Color information
#07038D (or 0x07038D) is known color: Dark Blue. HEX triplet: 07, 03 and 8D. RGB value is (7,3,141). Sum of RGB (Red+Green+Blue) = 7+3+141=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 141 (55.47% from 255 or 93.38% from 151); Max value from RGB is 141 - color contains mainly: blue. Hex color #07038D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07038D is #F8FC72. Grayscale: #131313. Windows color (decimal): -16317555 or 9241351. OLE color: 9241351.
HSL color Cylindrical-coordinate representation of color #07038D: hue angle of 241.74º 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 #07038D is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 3 | 141 | - |
| CMYK | 0.95 | 0.98 | 0 | 0.45 |
| HSL | 241.74º | 0.96% | 0.28% | - |
| HSV(B) | 241.74º | 0.98% | 0.55% | - |
| XYZ | 4.93 | 2.03 | 25.33 | - |
| YUV | 19.93 | 196.33 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 3 | 141 | 0.95 | 0.98 | 0 | 0.45 | 241.74 | 0.96 | 0.28 |
| Hex | 7 | 3 | 8D | 5F | 62 | 0 | 2D | F2 | 60 | 1C |
| Octal | 7 | 3 | 215 | 137 | 142 | 0 | 55 | 362 | 140 | 34 |
| Binary | 111 | 11 | 10001101 | 1011111 | 1100010 | 0 | 101101 | 11110010 | 1100000 | 11100 |
Color Harmonies of #07038D
Complementary color
Monochromatic Colors of #07038D
Black with #07038D
Text Example
Text Example
White with #07038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07038D; }
p { color: rgb(7,3,141); }
H1.HeaderClassName
{
color: #07038D;
}
.AnyTagClassName
{
color: #07038D;
}
</style>
background-color css
<style>
a { background-color: #07038D; }
a { background-color: rgb(7,3,141); }
div.DivClassName
{
background-color: #07038D;
}
.BgClassName
{
background-color: #07038D;
}
</style>
border-color css
<style>
span { border-color: #07038D; }
span { border-color: rgb(7,3,141); }
td.TdClassName
{
border-color: #07038D;
}
.TagClassName
{
border-color: #07038D;
}
</style>