Shades of Medium Blue #090BC7
Tints of Medium Blue #090BC7
RGB
CMYK
RGB Variations
Color information
#090BC7 (or 0x090BC7) is known color: Medium Blue. HEX triplet: 09, 0B and C7. RGB value is (9,11,199). Sum of RGB (Red+Green+Blue) = 9+11+199=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 11 (4.69% from 255 or 5.02% from 219); Blue value is 199 (78.12% from 255 or 90.87% from 219); Max value from RGB is 199 - color contains mainly: blue. Hex color #090BC7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090BC7 is #F6F438. Grayscale: #1F1F1F. Windows color (decimal): -16184377 or 13044489. OLE color: 13044489.
HSL color Cylindrical-coordinate representation of color #090BC7: hue angle of 239.37º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #090BC7 is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 9 | 11 | 199 | - |
| CMYK | 0.95 | 0.94 | 0 | 0.22 |
| HSL | 239.37º | 0.91% | 0.41% | - |
| HSV(B) | 239.37º | 0.95% | 0.78% | - |
| XYZ | 10.54 | 4.42 | 54.33 | - |
| YUV | 31.83 | 222.34 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 11 | 199 | 0.95 | 0.94 | 0 | 0.22 | 239.37 | 0.91 | 0.41 |
| Hex | 9 | B | C7 | 5F | 5E | 0 | 16 | EF | 5B | 29 |
| Octal | 11 | 13 | 307 | 137 | 136 | 0 | 26 | 357 | 133 | 51 |
| Binary | 1001 | 1011 | 11000111 | 1011111 | 1011110 | 0 | 10110 | 11101111 | 1011011 | 101001 |
Color Harmonies of #090BC7
Complementary color
Monochromatic Colors of #090BC7
Black with #090BC7
Text Example
Text Example
White with #090BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090BC7; }
p { color: rgb(9,11,199); }
H1.HeaderClassName
{
color: #090BC7;
}
.AnyTagClassName
{
color: #090BC7;
}
</style>
background-color css
<style>
a { background-color: #090BC7; }
a { background-color: rgb(9,11,199); }
div.DivClassName
{
background-color: #090BC7;
}
.BgClassName
{
background-color: #090BC7;
}
</style>
border-color css
<style>
span { border-color: #090BC7; }
span { border-color: rgb(9,11,199); }
td.TdClassName
{
border-color: #090BC7;
}
.TagClassName
{
border-color: #090BC7;
}
</style>