Shades of Dark Blue #030793
Tints of Dark Blue #030793
RGB
CMYK
RGB Variations
Color information
#030793 (or 0x030793) is known color: Dark Blue. HEX triplet: 03, 07 and 93. RGB value is (3,7,147). Sum of RGB (Red+Green+Blue) = 3+7+147=157 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.91% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 147 (57.81% from 255 or 93.63% from 157); Max value from RGB is 147 - color contains mainly: blue. Hex color #030793 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030793 is #FCF86C. Grayscale: #151515. Windows color (decimal): -16578669 or 9635587. OLE color: 9635587.
HSL color Cylindrical-coordinate representation of color #030793: hue angle of 238.33º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030793 is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 7 | 147 | - |
| CMYK | 0.98 | 0.95 | 0 | 0.42 |
| HSL | 238.33º | 0.96% | 0.29% | - |
| HSV(B) | 238.33º | 0.98% | 0.58% | - |
| XYZ | 5.38 | 2.28 | 27.76 | - |
| YUV | 21.76 | 198.67 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 7 | 147 | 0.98 | 0.95 | 0 | 0.42 | 238.33 | 0.96 | 0.29 |
| Hex | 3 | 7 | 93 | 62 | 5F | 0 | 2A | EE | 60 | 1D |
| Octal | 3 | 7 | 223 | 142 | 137 | 0 | 52 | 356 | 140 | 35 |
| Binary | 11 | 111 | 10010011 | 1100010 | 1011111 | 0 | 101010 | 11101110 | 1100000 | 11101 |
Color Harmonies of #030793
Complementary color
Monochromatic Colors of #030793
Black with #030793
Text Example
Text Example
White with #030793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030793; }
p { color: rgb(3,7,147); }
H1.HeaderClassName
{
color: #030793;
}
.AnyTagClassName
{
color: #030793;
}
</style>
background-color css
<style>
a { background-color: #030793; }
a { background-color: rgb(3,7,147); }
div.DivClassName
{
background-color: #030793;
}
.BgClassName
{
background-color: #030793;
}
</style>
border-color css
<style>
span { border-color: #030793; }
span { border-color: rgb(3,7,147); }
td.TdClassName
{
border-color: #030793;
}
.TagClassName
{
border-color: #030793;
}
</style>