Shades of Medium Blue #0913CE
Tints of Medium Blue #0913CE
RGB
CMYK
RGB Variations
Color information
#0913CE (or 0x0913CE) is known color: Medium Blue. HEX triplet: 09, 13 and CE. RGB value is (9,19,206). Sum of RGB (Red+Green+Blue) = 9+19+206=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 206 (80.86% from 255 or 88.03% from 234); Max value from RGB is 206 - color contains mainly: blue. Hex color #0913CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0913CE is #F6EC31. Grayscale: #242424. Windows color (decimal): -16182322 or 13505289. OLE color: 13505289.
HSL color Cylindrical-coordinate representation of color #0913CE: hue angle of 236.95º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0913CE is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 19 | 206 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.19 |
| HSL | 236.95º | 0.92% | 0.42% | - |
| HSV(B) | 236.95º | 0.96% | 0.81% | - |
| XYZ | 11.49 | 4.98 | 58.75 | - |
| YUV | 37.33 | 223.19 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 19 | 206 | 0.96 | 0.91 | 0 | 0.19 | 236.95 | 0.92 | 0.42 |
| Hex | 9 | 13 | CE | 60 | 5B | 0 | 13 | ED | 5C | 2A |
| Octal | 11 | 23 | 316 | 140 | 133 | 0 | 23 | 355 | 134 | 52 |
| Binary | 1001 | 10011 | 11001110 | 1100000 | 1011011 | 0 | 10011 | 11101101 | 1011100 | 101010 |
Color Harmonies of #0913CE
Complementary color
Monochromatic Colors of #0913CE
Black with #0913CE
Text Example
Text Example
White with #0913CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0913CE; }
p { color: rgb(9,19,206); }
H1.HeaderClassName
{
color: #0913CE;
}
.AnyTagClassName
{
color: #0913CE;
}
</style>
background-color css
<style>
a { background-color: #0913CE; }
a { background-color: rgb(9,19,206); }
div.DivClassName
{
background-color: #0913CE;
}
.BgClassName
{
background-color: #0913CE;
}
</style>
border-color css
<style>
span { border-color: #0913CE; }
span { border-color: rgb(9,19,206); }
td.TdClassName
{
border-color: #0913CE;
}
.TagClassName
{
border-color: #0913CE;
}
</style>