Shades of Medium Blue #090AB8
Tints of Medium Blue #090AB8
RGB
CMYK
RGB Variations
Color information
#090AB8 (or 0x090AB8) is known color: Medium Blue. HEX triplet: 09, 0A and B8. RGB value is (9,10,184). Sum of RGB (Red+Green+Blue) = 9+10+184=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 184 (72.27% from 255 or 90.64% from 203); Max value from RGB is 184 - color contains mainly: blue. Hex color #090AB8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090AB8 is #F6F547. Grayscale: #1C1C1C. Windows color (decimal): -16184648 or 12061193. OLE color: 12061193.
HSL color Cylindrical-coordinate representation of color #090AB8: hue angle of 239.66º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #090AB8 is Cyan = 0.95, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 9 | 10 | 184 | - |
| CMYK | 0.95 | 0.95 | 0 | 0.28 |
| HSL | 239.66º | 0.91% | 0.38% | - |
| HSV(B) | 239.66º | 0.95% | 0.72% | - |
| XYZ | 8.87 | 3.74 | 45.6 | - |
| YUV | 29.54 | 215.17 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 10 | 184 | 0.95 | 0.95 | 0 | 0.28 | 239.66 | 0.91 | 0.38 |
| Hex | 9 | A | B8 | 5F | 5F | 0 | 1C | F0 | 5B | 26 |
| Octal | 11 | 12 | 270 | 137 | 137 | 0 | 34 | 360 | 133 | 46 |
| Binary | 1001 | 1010 | 10111000 | 1011111 | 1011111 | 0 | 11100 | 11110000 | 1011011 | 100110 |
Color Harmonies of #090AB8
Complementary color
Monochromatic Colors of #090AB8
Black with #090AB8
Text Example
Text Example
White with #090AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090AB8; }
p { color: rgb(9,10,184); }
H1.HeaderClassName
{
color: #090AB8;
}
.AnyTagClassName
{
color: #090AB8;
}
</style>
background-color css
<style>
a { background-color: #090AB8; }
a { background-color: rgb(9,10,184); }
div.DivClassName
{
background-color: #090AB8;
}
.BgClassName
{
background-color: #090AB8;
}
</style>
border-color css
<style>
span { border-color: #090AB8; }
span { border-color: rgb(9,10,184); }
td.TdClassName
{
border-color: #090AB8;
}
.TagClassName
{
border-color: #090AB8;
}
</style>