Shades of Medium Blue #090CBB
Tints of Medium Blue #090CBB
RGB
CMYK
RGB Variations
Color information
#090CBB (or 0x090CBB) is known color: Medium Blue. HEX triplet: 09, 0C and BB. RGB value is (9,12,187). Sum of RGB (Red+Green+Blue) = 9+12+187=208 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.33% from 208); Green value is 12 (5.08% from 255 or 5.77% from 208); Blue value is 187 (73.44% from 255 or 89.90% from 208); Max value from RGB is 187 - color contains mainly: blue. Hex color #090CBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090CBB is #F6F344. Grayscale: #1E1E1E. Windows color (decimal): -16184133 or 12258313. OLE color: 12258313.
HSL color Cylindrical-coordinate representation of color #090CBB: hue angle of 238.99º 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 #090CBB is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 12 | 187 | - |
| CMYK | 0.95 | 0.94 | 0 | 0.27 |
| HSL | 238.99º | 0.91% | 0.38% | - |
| HSV(B) | 238.99º | 0.95% | 0.73% | - |
| XYZ | 9.21 | 3.91 | 47.28 | - |
| YUV | 31.05 | 216.01 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 12 | 187 | 0.95 | 0.94 | 0 | 0.27 | 238.99 | 0.91 | 0.38 |
| Hex | 9 | C | BB | 5F | 5E | 0 | 1B | EF | 5B | 26 |
| Octal | 11 | 14 | 273 | 137 | 136 | 0 | 33 | 357 | 133 | 46 |
| Binary | 1001 | 1100 | 10111011 | 1011111 | 1011110 | 0 | 11011 | 11101111 | 1011011 | 100110 |
Color Harmonies of #090CBB
Complementary color
Monochromatic Colors of #090CBB
Black with #090CBB
Text Example
Text Example
White with #090CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090CBB; }
p { color: rgb(9,12,187); }
H1.HeaderClassName
{
color: #090CBB;
}
.AnyTagClassName
{
color: #090CBB;
}
</style>
background-color css
<style>
a { background-color: #090CBB; }
a { background-color: rgb(9,12,187); }
div.DivClassName
{
background-color: #090CBB;
}
.BgClassName
{
background-color: #090CBB;
}
</style>
border-color css
<style>
span { border-color: #090CBB; }
span { border-color: rgb(9,12,187); }
td.TdClassName
{
border-color: #090CBB;
}
.TagClassName
{
border-color: #090CBB;
}
</style>