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