Shades of Dark Blue #090193
Tints of Dark Blue #090193
RGB
CMYK
RGB Variations
Color information
#090193 (or 0x090193) is known color: Dark Blue. HEX triplet: 09, 01 and 93. RGB value is (9,1,147). Sum of RGB (Red+Green+Blue) = 9+1+147=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 1 (0.78% from 255 or 0.64% 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 #090193 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090193 is #F6FE6C. Grayscale: #131313. Windows color (decimal): -16186989 or 9634057. OLE color: 9634057.
HSL color Cylindrical-coordinate representation of color #090193: hue angle of 243.29º degrees, saturation: 0.99, 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 #090193 is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 1 | 147 | - |
| CMYK | 0.94 | 0.99 | 0 | 0.42 |
| HSL | 243.29º | 0.99% | 0.29% | - |
| HSV(B) | 243.29º | 0.99% | 0.58% | - |
| XYZ | 5.39 | 2.19 | 27.74 | - |
| YUV | 20.04 | 199.65 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 1 | 147 | 0.94 | 0.99 | 0 | 0.42 | 243.29 | 0.99 | 0.29 |
| Hex | 9 | 1 | 93 | 5E | 63 | 0 | 2A | F3 | 63 | 1D |
| Octal | 11 | 1 | 223 | 136 | 143 | 0 | 52 | 363 | 143 | 35 |
| Binary | 1001 | 1 | 10010011 | 1011110 | 1100011 | 0 | 101010 | 11110011 | 1100011 | 11101 |
Color Harmonies of #090193
Complementary color
Monochromatic Colors of #090193
Black with #090193
Text Example
Text Example
White with #090193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090193; }
p { color: rgb(9,1,147); }
H1.HeaderClassName
{
color: #090193;
}
.AnyTagClassName
{
color: #090193;
}
</style>
background-color css
<style>
a { background-color: #090193; }
a { background-color: rgb(9,1,147); }
div.DivClassName
{
background-color: #090193;
}
.BgClassName
{
background-color: #090193;
}
</style>
border-color css
<style>
span { border-color: #090193; }
span { border-color: rgb(9,1,147); }
td.TdClassName
{
border-color: #090193;
}
.TagClassName
{
border-color: #090193;
}
</style>