Shades of Dark Blue #090291
Tints of Dark Blue #090291
RGB
CMYK
RGB Variations
Color information
#090291 (or 0x090291) is known color: Dark Blue. HEX triplet: 09, 02 and 91. RGB value is (9,2,145). Sum of RGB (Red+Green+Blue) = 9+2+145=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 145 (57.03% from 255 or 92.95% from 156); Max value from RGB is 145 - color contains mainly: blue. Hex color #090291 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090291 is #F6FD6E. Grayscale: #131313. Windows color (decimal): -16186735 or 9503241. OLE color: 9503241.
HSL color Cylindrical-coordinate representation of color #090291: hue angle of 242.94º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #090291 is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 9 | 2 | 145 | - |
| CMYK | 0.94 | 0.99 | 0 | 0.43 |
| HSL | 242.94º | 0.97% | 0.29% | - |
| HSV(B) | 242.94º | 0.99% | 0.57% | - |
| XYZ | 5.25 | 2.15 | 26.93 | - |
| YUV | 20.4 | 198.32 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 2 | 145 | 0.94 | 0.99 | 0 | 0.43 | 242.94 | 0.97 | 0.29 |
| Hex | 9 | 2 | 91 | 5E | 63 | 0 | 2B | F3 | 61 | 1D |
| Octal | 11 | 2 | 221 | 136 | 143 | 0 | 53 | 363 | 141 | 35 |
| Binary | 1001 | 10 | 10010001 | 1011110 | 1100011 | 0 | 101011 | 11110011 | 1100001 | 11101 |
Color Harmonies of #090291
Complementary color
Monochromatic Colors of #090291
Black with #090291
Text Example
Text Example
White with #090291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090291; }
p { color: rgb(9,2,145); }
H1.HeaderClassName
{
color: #090291;
}
.AnyTagClassName
{
color: #090291;
}
</style>
background-color css
<style>
a { background-color: #090291; }
a { background-color: rgb(9,2,145); }
div.DivClassName
{
background-color: #090291;
}
.BgClassName
{
background-color: #090291;
}
</style>
border-color css
<style>
span { border-color: #090291; }
span { border-color: rgb(9,2,145); }
td.TdClassName
{
border-color: #090291;
}
.TagClassName
{
border-color: #090291;
}
</style>