Shades of Medium Blue #090EBA
Tints of Medium Blue #090EBA
RGB
CMYK
RGB Variations
Color information
#090EBA (or 0x090EBA) is known color: Medium Blue. HEX triplet: 09, 0E and BA. RGB value is (9,14,186). Sum of RGB (Red+Green+Blue) = 9+14+186=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 14 (5.86% from 255 or 6.70% from 209); Blue value is 186 (73.05% from 255 or 89.00% from 209); Max value from RGB is 186 - color contains mainly: blue. Hex color #090EBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090EBA is #F6F145. Grayscale: #1F1F1F. Windows color (decimal): -16183622 or 12193289. OLE color: 12193289.
HSL color Cylindrical-coordinate representation of color #090EBA: hue angle of 238.31º 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 #090EBA is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 14 | 186 | - |
| CMYK | 0.95 | 0.92 | 0 | 0.27 |
| HSL | 238.31º | 0.91% | 0.38% | - |
| HSV(B) | 238.31º | 0.95% | 0.73% | - |
| XYZ | 9.13 | 3.92 | 46.73 | - |
| YUV | 32.11 | 214.84 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 14 | 186 | 0.95 | 0.92 | 0 | 0.27 | 238.31 | 0.91 | 0.38 |
| Hex | 9 | E | BA | 5F | 5C | 0 | 1B | EE | 5B | 26 |
| Octal | 11 | 16 | 272 | 137 | 134 | 0 | 33 | 356 | 133 | 46 |
| Binary | 1001 | 1110 | 10111010 | 1011111 | 1011100 | 0 | 11011 | 11101110 | 1011011 | 100110 |
Color Harmonies of #090EBA
Complementary color
Monochromatic Colors of #090EBA
Black with #090EBA
Text Example
Text Example
White with #090EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090EBA; }
p { color: rgb(9,14,186); }
H1.HeaderClassName
{
color: #090EBA;
}
.AnyTagClassName
{
color: #090EBA;
}
</style>
background-color css
<style>
a { background-color: #090EBA; }
a { background-color: rgb(9,14,186); }
div.DivClassName
{
background-color: #090EBA;
}
.BgClassName
{
background-color: #090EBA;
}
</style>
border-color css
<style>
span { border-color: #090EBA; }
span { border-color: rgb(9,14,186); }
td.TdClassName
{
border-color: #090EBA;
}
.TagClassName
{
border-color: #090EBA;
}
</style>