Shades of Dark Blue #07018B
Tints of Dark Blue #07018B
RGB
CMYK
RGB Variations
Color information
#07018B (or 0x07018B) is known color: Dark Blue. HEX triplet: 07, 01 and 8B. RGB value is (7,1,139). Sum of RGB (Red+Green+Blue) = 7+1+139=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 139 (54.69% from 255 or 94.56% from 147); Max value from RGB is 139 - color contains mainly: blue. Hex color #07018B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07018B is #F8FE74. Grayscale: #111111. Windows color (decimal): -16318069 or 9109767. OLE color: 9109767.
HSL color Cylindrical-coordinate representation of color #07018B: hue angle of 242.61º 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 #07018B is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 1 | 139 | - |
| CMYK | 0.95 | 0.99 | 0 | 0.45 |
| HSL | 242.61º | 0.99% | 0.27% | - |
| HSV(B) | 242.61º | 0.99% | 0.55% | - |
| XYZ | 4.76 | 1.93 | 24.55 | - |
| YUV | 18.53 | 195.99 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 1 | 139 | 0.95 | 0.99 | 0 | 0.45 | 242.61 | 0.99 | 0.27 |
| Hex | 7 | 1 | 8B | 5F | 63 | 0 | 2D | F3 | 63 | 1B |
| Octal | 7 | 1 | 213 | 137 | 143 | 0 | 55 | 363 | 143 | 33 |
| Binary | 111 | 1 | 10001011 | 1011111 | 1100011 | 0 | 101101 | 11110011 | 1100011 | 11011 |
Color Harmonies of #07018B
Complementary color
Monochromatic Colors of #07018B
Black with #07018B
Text Example
Text Example
White with #07018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07018B; }
p { color: rgb(7,1,139); }
H1.HeaderClassName
{
color: #07018B;
}
.AnyTagClassName
{
color: #07018B;
}
</style>
background-color css
<style>
a { background-color: #07018B; }
a { background-color: rgb(7,1,139); }
div.DivClassName
{
background-color: #07018B;
}
.BgClassName
{
background-color: #07018B;
}
</style>
border-color css
<style>
span { border-color: #07018B; }
span { border-color: rgb(7,1,139); }
td.TdClassName
{
border-color: #07018B;
}
.TagClassName
{
border-color: #07018B;
}
</style>