Shades of Medium Blue #0913BB
Tints of Medium Blue #0913BB
RGB
CMYK
RGB Variations
Color information
#0913BB (or 0x0913BB) is known color: Medium Blue. HEX triplet: 09, 13 and BB. RGB value is (9,19,187). Sum of RGB (Red+Green+Blue) = 9+19+187=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 187 (73.44% from 255 or 86.98% from 215); Max value from RGB is 187 - color contains mainly: blue. Hex color #0913BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0913BB is #F6EC44. Grayscale: #222222. Windows color (decimal): -16182341 or 12260105. OLE color: 12260105.
HSL color Cylindrical-coordinate representation of color #0913BB: hue angle of 236.63º 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 #0913BB is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 19 | 187 | - |
| CMYK | 0.95 | 0.90 | 0 | 0.27 |
| HSL | 236.63º | 0.91% | 0.38% | - |
| HSV(B) | 236.63º | 0.95% | 0.73% | - |
| XYZ | 9.32 | 4.11 | 47.32 | - |
| YUV | 35.16 | 213.69 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 19 | 187 | 0.95 | 0.90 | 0 | 0.27 | 236.63 | 0.91 | 0.38 |
| Hex | 9 | 13 | BB | 5F | 5A | 0 | 1B | ED | 5B | 26 |
| Octal | 11 | 23 | 273 | 137 | 132 | 0 | 33 | 355 | 133 | 46 |
| Binary | 1001 | 10011 | 10111011 | 1011111 | 1011010 | 0 | 11011 | 11101101 | 1011011 | 100110 |
Color Harmonies of #0913BB
Complementary color
Monochromatic Colors of #0913BB
Black with #0913BB
Text Example
Text Example
White with #0913BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0913BB; }
p { color: rgb(9,19,187); }
H1.HeaderClassName
{
color: #0913BB;
}
.AnyTagClassName
{
color: #0913BB;
}
</style>
background-color css
<style>
a { background-color: #0913BB; }
a { background-color: rgb(9,19,187); }
div.DivClassName
{
background-color: #0913BB;
}
.BgClassName
{
background-color: #0913BB;
}
</style>
border-color css
<style>
span { border-color: #0913BB; }
span { border-color: rgb(9,19,187); }
td.TdClassName
{
border-color: #0913BB;
}
.TagClassName
{
border-color: #0913BB;
}
</style>