Shades of Medium Blue #0913CA
Tints of Medium Blue #0913CA
RGB
CMYK
RGB Variations
Color information
#0913CA (or 0x0913CA) is known color: Medium Blue. HEX triplet: 09, 13 and CA. RGB value is (9,19,202). Sum of RGB (Red+Green+Blue) = 9+19+202=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 202 (79.30% from 255 or 87.83% from 230); Max value from RGB is 202 - color contains mainly: blue. Hex color #0913CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0913CA is #F6EC35. Grayscale: #242424. Windows color (decimal): -16182326 or 13243145. OLE color: 13243145.
HSL color Cylindrical-coordinate representation of color #0913CA: hue angle of 236.89º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0913CA is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 19 | 202 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.21 |
| HSL | 236.89º | 0.91% | 0.41% | - |
| HSV(B) | 236.89º | 0.96% | 0.79% | - |
| XYZ | 11.01 | 4.79 | 56.22 | - |
| YUV | 36.87 | 221.19 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 19 | 202 | 0.96 | 0.91 | 0 | 0.21 | 236.89 | 0.91 | 0.41 |
| Hex | 9 | 13 | CA | 60 | 5B | 0 | 15 | ED | 5B | 29 |
| Octal | 11 | 23 | 312 | 140 | 133 | 0 | 25 | 355 | 133 | 51 |
| Binary | 1001 | 10011 | 11001010 | 1100000 | 1011011 | 0 | 10101 | 11101101 | 1011011 | 101001 |
Color Harmonies of #0913CA
Complementary color
Monochromatic Colors of #0913CA
Black with #0913CA
Text Example
Text Example
White with #0913CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0913CA; }
p { color: rgb(9,19,202); }
H1.HeaderClassName
{
color: #0913CA;
}
.AnyTagClassName
{
color: #0913CA;
}
</style>
background-color css
<style>
a { background-color: #0913CA; }
a { background-color: rgb(9,19,202); }
div.DivClassName
{
background-color: #0913CA;
}
.BgClassName
{
background-color: #0913CA;
}
</style>
border-color css
<style>
span { border-color: #0913CA; }
span { border-color: rgb(9,19,202); }
td.TdClassName
{
border-color: #0913CA;
}
.TagClassName
{
border-color: #0913CA;
}
</style>