Shades of Blue #0913EC
Tints of Blue #0913EC
RGB
CMYK
RGB Variations
Color information
#0913EC (or 0x0913EC) is known color: Blue. HEX triplet: 09, 13 and EC. RGB value is (9,19,236). Sum of RGB (Red+Green+Blue) = 9+19+236=264 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.41% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 236 (92.58% from 255 or 89.39% from 264); Max value from RGB is 236 - color contains mainly: blue. Hex color #0913EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0913EC is #F6EC13. Grayscale: #272727. Windows color (decimal): -16182292 or 15471369. OLE color: 15471369.
HSL color Cylindrical-coordinate representation of color #0913EC: hue angle of 237.36º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0913EC is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 19 | 236 | - |
| CMYK | 0.96 | 0.92 | 0 | 0.07 |
| HSL | 237.36º | 0.93% | 0.48% | - |
| HSV(B) | 237.36º | 0.96% | 0.93% | - |
| XYZ | 15.49 | 6.58 | 79.81 | - |
| YUV | 40.75 | 238.19 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 19 | 236 | 0.96 | 0.92 | 0 | 0.07 | 237.36 | 0.93 | 0.48 |
| Hex | 9 | 13 | EC | 60 | 5C | 0 | 7 | ED | 5D | 30 |
| Octal | 11 | 23 | 354 | 140 | 134 | 0 | 7 | 355 | 135 | 60 |
| Binary | 1001 | 10011 | 11101100 | 1100000 | 1011100 | 0 | 111 | 11101101 | 1011101 | 110000 |
Color Harmonies of #0913EC
Complementary color
Monochromatic Colors of #0913EC
Black with #0913EC
Text Example
Text Example
White with #0913EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0913EC; }
p { color: rgb(9,19,236); }
H1.HeaderClassName
{
color: #0913EC;
}
.AnyTagClassName
{
color: #0913EC;
}
</style>
background-color css
<style>
a { background-color: #0913EC; }
a { background-color: rgb(9,19,236); }
div.DivClassName
{
background-color: #0913EC;
}
.BgClassName
{
background-color: #0913EC;
}
</style>
border-color css
<style>
span { border-color: #0913EC; }
span { border-color: rgb(9,19,236); }
td.TdClassName
{
border-color: #0913EC;
}
.TagClassName
{
border-color: #0913EC;
}
</style>