Shades of Blue #0913EA
Tints of Blue #0913EA
RGB
CMYK
RGB Variations
Color information
#0913EA (or 0x0913EA) is known color: Blue. HEX triplet: 09, 13 and EA. RGB value is (9,19,234). Sum of RGB (Red+Green+Blue) = 9+19+234=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 234 (91.80% from 255 or 89.31% from 262); Max value from RGB is 234 - color contains mainly: blue. Hex color #0913EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0913EA is #F6EC15. Grayscale: #272727. Windows color (decimal): -16182294 or 15340297. OLE color: 15340297.
HSL color Cylindrical-coordinate representation of color #0913EA: hue angle of 237.33º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0913EA is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 19 | 234 | - |
| CMYK | 0.96 | 0.92 | 0 | 0.08 |
| HSL | 237.33º | 0.93% | 0.48% | - |
| HSV(B) | 237.33º | 0.96% | 0.92% | - |
| XYZ | 15.2 | 6.46 | 78.29 | - |
| YUV | 40.52 | 237.19 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 19 | 234 | 0.96 | 0.92 | 0 | 0.08 | 237.33 | 0.93 | 0.48 |
| Hex | 9 | 13 | EA | 60 | 5C | 0 | 8 | ED | 5D | 30 |
| Octal | 11 | 23 | 352 | 140 | 134 | 0 | 10 | 355 | 135 | 60 |
| Binary | 1001 | 10011 | 11101010 | 1100000 | 1011100 | 0 | 1000 | 11101101 | 1011101 | 110000 |
Color Harmonies of #0913EA
Complementary color
Monochromatic Colors of #0913EA
Black with #0913EA
Text Example
Text Example
White with #0913EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0913EA; }
p { color: rgb(9,19,234); }
H1.HeaderClassName
{
color: #0913EA;
}
.AnyTagClassName
{
color: #0913EA;
}
</style>
background-color css
<style>
a { background-color: #0913EA; }
a { background-color: rgb(9,19,234); }
div.DivClassName
{
background-color: #0913EA;
}
.BgClassName
{
background-color: #0913EA;
}
</style>
border-color css
<style>
span { border-color: #0913EA; }
span { border-color: rgb(9,19,234); }
td.TdClassName
{
border-color: #0913EA;
}
.TagClassName
{
border-color: #0913EA;
}
</style>