Shades of Dark Blue #03078F
Tints of Dark Blue #03078F
RGB
CMYK
RGB Variations
Color information
#03078F (or 0x03078F) is known color: Dark Blue. HEX triplet: 03, 07 and 8F. RGB value is (3,7,143). Sum of RGB (Red+Green+Blue) = 3+7+143=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 143 (56.25% from 255 or 93.46% from 153); Max value from RGB is 143 - color contains mainly: blue. Hex color #03078F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03078F is #FCF870. Grayscale: #141414. Windows color (decimal): -16578673 or 9373443. OLE color: 9373443.
HSL color Cylindrical-coordinate representation of color #03078F: hue angle of 238.29º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03078F is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 7 | 143 | - |
| CMYK | 0.98 | 0.95 | 0 | 0.44 |
| HSL | 238.29º | 0.96% | 0.29% | - |
| HSV(B) | 238.29º | 0.98% | 0.56% | - |
| XYZ | 5.07 | 2.15 | 26.14 | - |
| YUV | 21.31 | 196.67 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 7 | 143 | 0.98 | 0.95 | 0 | 0.44 | 238.29 | 0.96 | 0.29 |
| Hex | 3 | 7 | 8F | 62 | 5F | 0 | 2C | EE | 60 | 1D |
| Octal | 3 | 7 | 217 | 142 | 137 | 0 | 54 | 356 | 140 | 35 |
| Binary | 11 | 111 | 10001111 | 1100010 | 1011111 | 0 | 101100 | 11101110 | 1100000 | 11101 |
Color Harmonies of #03078F
Complementary color
Monochromatic Colors of #03078F
Black with #03078F
Text Example
Text Example
White with #03078F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03078F; }
p { color: rgb(3,7,143); }
H1.HeaderClassName
{
color: #03078F;
}
.AnyTagClassName
{
color: #03078F;
}
</style>
background-color css
<style>
a { background-color: #03078F; }
a { background-color: rgb(3,7,143); }
div.DivClassName
{
background-color: #03078F;
}
.BgClassName
{
background-color: #03078F;
}
</style>
border-color css
<style>
span { border-color: #03078F; }
span { border-color: rgb(3,7,143); }
td.TdClassName
{
border-color: #03078F;
}
.TagClassName
{
border-color: #03078F;
}
</style>