Shades of Persian Blue #0935EC
Tints of Persian Blue #0935EC
RGB
CMYK
RGB Variations
Color information
#0935EC (or 0x0935EC) is known color: Persian Blue. HEX triplet: 09, 35 and EC. RGB value is (9,53,236). Sum of RGB (Red+Green+Blue) = 9+53+236=298 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.02% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 236 (92.58% from 255 or 79.19% from 298); Max value from RGB is 236 - color contains mainly: blue. Hex color #0935EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0935EC is #F6CA13. Grayscale: #3B3B3B. Windows color (decimal): -16173588 or 15480073. OLE color: 15480073.
HSL color Cylindrical-coordinate representation of color #0935EC: hue angle of 228.37º 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 #0935EC is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 53 | 236 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.07 |
| HSL | 228.37º | 0.93% | 0.48% | - |
| HSV(B) | 228.37º | 0.96% | 0.93% | - |
| XYZ | 16.53 | 8.66 | 80.16 | - |
| YUV | 60.71 | 226.92 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 53 | 236 | 0.96 | 0.78 | 0 | 0.07 | 228.37 | 0.93 | 0.48 |
| Hex | 9 | 35 | EC | 60 | 4E | 0 | 7 | E4 | 5D | 30 |
| Octal | 11 | 65 | 354 | 140 | 116 | 0 | 7 | 344 | 135 | 60 |
| Binary | 1001 | 110101 | 11101100 | 1100000 | 1001110 | 0 | 111 | 11100100 | 1011101 | 110000 |
Color Harmonies of #0935EC
Complementary color
Monochromatic Colors of #0935EC
Black with #0935EC
Text Example
Text Example
White with #0935EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0935EC; }
p { color: rgb(9,53,236); }
H1.HeaderClassName
{
color: #0935EC;
}
.AnyTagClassName
{
color: #0935EC;
}
</style>
background-color css
<style>
a { background-color: #0935EC; }
a { background-color: rgb(9,53,236); }
div.DivClassName
{
background-color: #0935EC;
}
.BgClassName
{
background-color: #0935EC;
}
</style>
border-color css
<style>
span { border-color: #0935EC; }
span { border-color: rgb(9,53,236); }
td.TdClassName
{
border-color: #0935EC;
}
.TagClassName
{
border-color: #0935EC;
}
</style>