Shades of Dark Blue #030A91
Tints of Dark Blue #030A91
RGB
CMYK
RGB Variations
Color information
#030A91 (or 0x030A91) is known color: Dark Blue. HEX triplet: 03, 0A and 91. RGB value is (3,10,145). Sum of RGB (Red+Green+Blue) = 3+10+145=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 10 (4.30% from 255 or 6.33% from 158); Blue value is 145 (57.03% from 255 or 91.77% from 158); Max value from RGB is 145 - color contains mainly: blue. Hex color #030A91 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030A91 is #FCF56E. Grayscale: #161616. Windows color (decimal): -16577903 or 9505283. OLE color: 9505283.
HSL color Cylindrical-coordinate representation of color #030A91: hue angle of 237.04º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030A91 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 10 | 145 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.43 |
| HSL | 237.04º | 0.96% | 0.29% | - |
| HSV(B) | 237.04º | 0.98% | 0.57% | - |
| XYZ | 5.26 | 2.28 | 26.95 | - |
| YUV | 23.3 | 196.68 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 10 | 145 | 0.98 | 0.93 | 0 | 0.43 | 237.04 | 0.96 | 0.29 |
| Hex | 3 | A | 91 | 62 | 5D | 0 | 2B | ED | 60 | 1D |
| Octal | 3 | 12 | 221 | 142 | 135 | 0 | 53 | 355 | 140 | 35 |
| Binary | 11 | 1010 | 10010001 | 1100010 | 1011101 | 0 | 101011 | 11101101 | 1100000 | 11101 |
Color Harmonies of #030A91
Complementary color
Monochromatic Colors of #030A91
Black with #030A91
Text Example
Text Example
White with #030A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030A91; }
p { color: rgb(3,10,145); }
H1.HeaderClassName
{
color: #030A91;
}
.AnyTagClassName
{
color: #030A91;
}
</style>
background-color css
<style>
a { background-color: #030A91; }
a { background-color: rgb(3,10,145); }
div.DivClassName
{
background-color: #030A91;
}
.BgClassName
{
background-color: #030A91;
}
</style>
border-color css
<style>
span { border-color: #030A91; }
span { border-color: rgb(3,10,145); }
td.TdClassName
{
border-color: #030A91;
}
.TagClassName
{
border-color: #030A91;
}
</style>