Shades of Persian Blue #0935EE
Tints of Persian Blue #0935EE
RGB
CMYK
RGB Variations
Color information
#0935EE (or 0x0935EE) is known color: Persian Blue. HEX triplet: 09, 35 and EE. RGB value is (9,53,238). Sum of RGB (Red+Green+Blue) = 9+53+238=300 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 238 (93.36% from 255 or 79.33% from 300); Max value from RGB is 238 - color contains mainly: blue. Hex color #0935EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0935EE is #F6CA11. Grayscale: #3C3C3C. Windows color (decimal): -16173586 or 15611145. OLE color: 15611145.
HSL color Cylindrical-coordinate representation of color #0935EE: hue angle of 228.47º 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 #0935EE is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 53 | 238 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.07 |
| HSL | 228.47º | 0.93% | 0.48% | - |
| HSV(B) | 228.47º | 0.96% | 0.93% | - |
| XYZ | 16.82 | 8.78 | 81.7 | - |
| YUV | 60.93 | 227.92 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 53 | 238 | 0.96 | 0.78 | 0 | 0.07 | 228.47 | 0.93 | 0.48 |
| Hex | 9 | 35 | EE | 60 | 4E | 0 | 7 | E4 | 5D | 30 |
| Octal | 11 | 65 | 356 | 140 | 116 | 0 | 7 | 344 | 135 | 60 |
| Binary | 1001 | 110101 | 11101110 | 1100000 | 1001110 | 0 | 111 | 11100100 | 1011101 | 110000 |
Color Harmonies of #0935EE
Complementary color
Monochromatic Colors of #0935EE
Black with #0935EE
Text Example
Text Example
White with #0935EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0935EE; }
p { color: rgb(9,53,238); }
H1.HeaderClassName
{
color: #0935EE;
}
.AnyTagClassName
{
color: #0935EE;
}
</style>
background-color css
<style>
a { background-color: #0935EE; }
a { background-color: rgb(9,53,238); }
div.DivClassName
{
background-color: #0935EE;
}
.BgClassName
{
background-color: #0935EE;
}
</style>
border-color css
<style>
span { border-color: #0935EE; }
span { border-color: rgb(9,53,238); }
td.TdClassName
{
border-color: #0935EE;
}
.TagClassName
{
border-color: #0935EE;
}
</style>