Shades of Dark Blue #030293
Tints of Dark Blue #030293
RGB
CMYK
RGB Variations
Color information
#030293 (or 0x030293) is known color: Dark Blue. HEX triplet: 03, 02 and 93. RGB value is (3,2,147). Sum of RGB (Red+Green+Blue) = 3+2+147=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 147 (57.81% from 255 or 96.71% from 152); Max value from RGB is 147 - color contains mainly: blue. Hex color #030293 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030293 is #FCFD6C. Grayscale: #121212. Windows color (decimal): -16579949 or 9634307. OLE color: 9634307.
HSL color Cylindrical-coordinate representation of color #030293: hue angle of 240.41º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030293 is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 2 | 147 | - |
| CMYK | 0.98 | 0.99 | 0 | 0.42 |
| HSL | 240.41º | 0.97% | 0.29% | - |
| HSV(B) | 240.41º | 0.99% | 0.58% | - |
| XYZ | 5.33 | 2.17 | 27.74 | - |
| YUV | 18.83 | 200.33 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 2 | 147 | 0.98 | 0.99 | 0 | 0.42 | 240.41 | 0.97 | 0.29 |
| Hex | 3 | 2 | 93 | 62 | 63 | 0 | 2A | F0 | 61 | 1D |
| Octal | 3 | 2 | 223 | 142 | 143 | 0 | 52 | 360 | 141 | 35 |
| Binary | 11 | 10 | 10010011 | 1100010 | 1100011 | 0 | 101010 | 11110000 | 1100001 | 11101 |
Color Harmonies of #030293
Complementary color
Monochromatic Colors of #030293
Black with #030293
Text Example
Text Example
White with #030293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030293; }
p { color: rgb(3,2,147); }
H1.HeaderClassName
{
color: #030293;
}
.AnyTagClassName
{
color: #030293;
}
</style>
background-color css
<style>
a { background-color: #030293; }
a { background-color: rgb(3,2,147); }
div.DivClassName
{
background-color: #030293;
}
.BgClassName
{
background-color: #030293;
}
</style>
border-color css
<style>
span { border-color: #030293; }
span { border-color: rgb(3,2,147); }
td.TdClassName
{
border-color: #030293;
}
.TagClassName
{
border-color: #030293;
}
</style>