Shades of Medium Blue #090BBA
Tints of Medium Blue #090BBA
RGB
CMYK
RGB Variations
Color information
#090BBA (or 0x090BBA) is known color: Medium Blue. HEX triplet: 09, 0B and BA. RGB value is (9,11,186). Sum of RGB (Red+Green+Blue) = 9+11+186=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 11 (4.69% from 255 or 5.34% from 206); Blue value is 186 (73.05% from 255 or 90.29% from 206); Max value from RGB is 186 - color contains mainly: blue. Hex color #090BBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090BBA is #F6F445. Grayscale: #1D1D1D. Windows color (decimal): -16184390 or 12192521. OLE color: 12192521.
HSL color Cylindrical-coordinate representation of color #090BBA: hue angle of 239.32º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #090BBA is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 11 | 186 | - |
| CMYK | 0.95 | 0.94 | 0 | 0.27 |
| HSL | 239.32º | 0.91% | 0.38% | - |
| HSV(B) | 239.32º | 0.95% | 0.73% | - |
| XYZ | 9.1 | 3.84 | 46.72 | - |
| YUV | 30.35 | 215.84 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 11 | 186 | 0.95 | 0.94 | 0 | 0.27 | 239.32 | 0.91 | 0.38 |
| Hex | 9 | B | BA | 5F | 5E | 0 | 1B | EF | 5B | 26 |
| Octal | 11 | 13 | 272 | 137 | 136 | 0 | 33 | 357 | 133 | 46 |
| Binary | 1001 | 1011 | 10111010 | 1011111 | 1011110 | 0 | 11011 | 11101111 | 1011011 | 100110 |
Color Harmonies of #090BBA
Complementary color
Monochromatic Colors of #090BBA
Black with #090BBA
Text Example
Text Example
White with #090BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090BBA; }
p { color: rgb(9,11,186); }
H1.HeaderClassName
{
color: #090BBA;
}
.AnyTagClassName
{
color: #090BBA;
}
</style>
background-color css
<style>
a { background-color: #090BBA; }
a { background-color: rgb(9,11,186); }
div.DivClassName
{
background-color: #090BBA;
}
.BgClassName
{
background-color: #090BBA;
}
</style>
border-color css
<style>
span { border-color: #090BBA; }
span { border-color: rgb(9,11,186); }
td.TdClassName
{
border-color: #090BBA;
}
.TagClassName
{
border-color: #090BBA;
}
</style>