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