Shades of Medium Blue #090AB5
Tints of Medium Blue #090AB5
RGB
CMYK
RGB Variations
Color information
#090AB5 (or 0x090AB5) is known color: Medium Blue. HEX triplet: 09, 0A and B5. RGB value is (9,10,181). Sum of RGB (Red+Green+Blue) = 9+10+181=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 10 (4.30% from 255 or 5% from 200); Blue value is 181 (71.09% from 255 or 90.5% from 200); Max value from RGB is 181 - color contains mainly: blue. Hex color #090AB5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090AB5 is #F6F54A. Grayscale: #1C1C1C. Windows color (decimal): -16184651 or 11864585. OLE color: 11864585.
HSL color Cylindrical-coordinate representation of color #090AB5: hue angle of 239.65º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #090AB5 is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 10 | 181 | - |
| CMYK | 0.95 | 0.94 | 0 | 0.29 |
| HSL | 239.65º | 0.91% | 0.37% | - |
| HSV(B) | 239.65º | 0.95% | 0.71% | - |
| XYZ | 8.56 | 3.61 | 43.96 | - |
| YUV | 29.2 | 213.67 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 10 | 181 | 0.95 | 0.94 | 0 | 0.29 | 239.65 | 0.91 | 0.37 |
| Hex | 9 | A | B5 | 5F | 5E | 0 | 1D | F0 | 5B | 25 |
| Octal | 11 | 12 | 265 | 137 | 136 | 0 | 35 | 360 | 133 | 45 |
| Binary | 1001 | 1010 | 10110101 | 1011111 | 1011110 | 0 | 11101 | 11110000 | 1011011 | 100101 |
Color Harmonies of #090AB5
Complementary color
Monochromatic Colors of #090AB5
Black with #090AB5
Text Example
Text Example
White with #090AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090AB5; }
p { color: rgb(9,10,181); }
H1.HeaderClassName
{
color: #090AB5;
}
.AnyTagClassName
{
color: #090AB5;
}
</style>
background-color css
<style>
a { background-color: #090AB5; }
a { background-color: rgb(9,10,181); }
div.DivClassName
{
background-color: #090AB5;
}
.BgClassName
{
background-color: #090AB5;
}
</style>
border-color css
<style>
span { border-color: #090AB5; }
span { border-color: rgb(9,10,181); }
td.TdClassName
{
border-color: #090AB5;
}
.TagClassName
{
border-color: #090AB5;
}
</style>