Shades of Dark Blue #07038B
Tints of Dark Blue #07038B
RGB
CMYK
RGB Variations
Color information
#07038B (or 0x07038B) is known color: Dark Blue. HEX triplet: 07, 03 and 8B. RGB value is (7,3,139). Sum of RGB (Red+Green+Blue) = 7+3+139=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 139 (54.69% from 255 or 93.29% from 149); Max value from RGB is 139 - color contains mainly: blue. Hex color #07038B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07038B is #F8FC74. Grayscale: #131313. Windows color (decimal): -16317557 or 9110279. OLE color: 9110279.
HSL color Cylindrical-coordinate representation of color #07038B: hue angle of 241.76º 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 #07038B is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 3 | 139 | - |
| CMYK | 0.95 | 0.98 | 0 | 0.45 |
| HSL | 241.76º | 0.96% | 0.28% | - |
| HSV(B) | 241.76º | 0.98% | 0.55% | - |
| XYZ | 4.78 | 1.97 | 24.56 | - |
| YUV | 19.7 | 195.33 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 3 | 139 | 0.95 | 0.98 | 0 | 0.45 | 241.76 | 0.96 | 0.28 |
| Hex | 7 | 3 | 8B | 5F | 62 | 0 | 2D | F2 | 60 | 1C |
| Octal | 7 | 3 | 213 | 137 | 142 | 0 | 55 | 362 | 140 | 34 |
| Binary | 111 | 11 | 10001011 | 1011111 | 1100010 | 0 | 101101 | 11110010 | 1100000 | 11100 |
Color Harmonies of #07038B
Complementary color
Monochromatic Colors of #07038B
Black with #07038B
Text Example
Text Example
White with #07038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07038B; }
p { color: rgb(7,3,139); }
H1.HeaderClassName
{
color: #07038B;
}
.AnyTagClassName
{
color: #07038B;
}
</style>
background-color css
<style>
a { background-color: #07038B; }
a { background-color: rgb(7,3,139); }
div.DivClassName
{
background-color: #07038B;
}
.BgClassName
{
background-color: #07038B;
}
</style>
border-color css
<style>
span { border-color: #07038B; }
span { border-color: rgb(7,3,139); }
td.TdClassName
{
border-color: #07038B;
}
.TagClassName
{
border-color: #07038B;
}
</style>