Shades of Dark Blue #030091
Tints of Dark Blue #030091
RGB
CMYK
RGB Variations
Color information
#030091 (or 0x030091) is known color: Dark Blue. HEX triplet: 03, 00 and 91. RGB value is (3,0,145). Sum of RGB (Red+Green+Blue) = 3+0+145=148 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.03% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 145 (57.03% from 255 or 97.97% from 148); Max value from RGB is 145 - color contains mainly: blue. Hex color #030091 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030091 is #FCFF6E. Grayscale: #101010. Windows color (decimal): -16580463 or 9502723. OLE color: 9502723.
HSL color Cylindrical-coordinate representation of color #030091: hue angle of 241.24º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #030091 is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 0 | 145 | - |
| CMYK | 0.98 | 1 | 0 | 0.43 |
| HSL | 241.24º | 1% | 0.28% | - |
| HSV(B) | 241.24º | 1% | 0.57% | - |
| XYZ | 5.15 | 2.06 | 26.92 | - |
| YUV | 17.43 | 199.99 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 0 | 145 | 0.98 | 1 | 0 | 0.43 | 241.24 | 1 | 0.28 |
| Hex | 3 | 0 | 91 | 62 | 64 | 0 | 2B | F1 | 64 | 1C |
| Octal | 3 | 0 | 221 | 142 | 144 | 0 | 53 | 361 | 144 | 34 |
| Binary | 11 | 0 | 10010001 | 1100010 | 1100100 | 0 | 101011 | 11110001 | 1100100 | 11100 |
Color Harmonies of #030091
Complementary color
Monochromatic Colors of #030091
Black with #030091
Text Example
Text Example
White with #030091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030091; }
p { color: rgb(3,0,145); }
H1.HeaderClassName
{
color: #030091;
}
.AnyTagClassName
{
color: #030091;
}
</style>
background-color css
<style>
a { background-color: #030091; }
a { background-color: rgb(3,0,145); }
div.DivClassName
{
background-color: #030091;
}
.BgClassName
{
background-color: #030091;
}
</style>
border-color css
<style>
span { border-color: #030091; }
span { border-color: rgb(3,0,145); }
td.TdClassName
{
border-color: #030091;
}
.TagClassName
{
border-color: #030091;
}
</style>