Shades of Persian Blue #0933EA
Tints of Persian Blue #0933EA
RGB
CMYK
RGB Variations
Color information
#0933EA (or 0x0933EA) is known color: Persian Blue. HEX triplet: 09, 33 and EA. RGB value is (9,51,234). Sum of RGB (Red+Green+Blue) = 9+51+234=294 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.06% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 234 (91.80% from 255 or 79.59% from 294); Max value from RGB is 234 - color contains mainly: blue. Hex color #0933EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0933EA is #F6CC15. Grayscale: #3A3A3A. Windows color (decimal): -16174102 or 15348489. OLE color: 15348489.
HSL color Cylindrical-coordinate representation of color #0933EA: hue angle of 228.8º 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 #0933EA is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 51 | 234 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.08 |
| HSL | 228.8º | 0.93% | 0.48% | - |
| HSV(B) | 228.8º | 0.96% | 0.92% | - |
| XYZ | 16.15 | 8.37 | 78.61 | - |
| YUV | 59.3 | 226.59 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 51 | 234 | 0.96 | 0.78 | 0 | 0.08 | 228.8 | 0.93 | 0.48 |
| Hex | 9 | 33 | EA | 60 | 4E | 0 | 8 | E5 | 5D | 30 |
| Octal | 11 | 63 | 352 | 140 | 116 | 0 | 10 | 345 | 135 | 60 |
| Binary | 1001 | 110011 | 11101010 | 1100000 | 1001110 | 0 | 1000 | 11100101 | 1011101 | 110000 |
Color Harmonies of #0933EA
Complementary color
Monochromatic Colors of #0933EA
Black with #0933EA
Text Example
Text Example
White with #0933EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0933EA; }
p { color: rgb(9,51,234); }
H1.HeaderClassName
{
color: #0933EA;
}
.AnyTagClassName
{
color: #0933EA;
}
</style>
background-color css
<style>
a { background-color: #0933EA; }
a { background-color: rgb(9,51,234); }
div.DivClassName
{
background-color: #0933EA;
}
.BgClassName
{
background-color: #0933EA;
}
</style>
border-color css
<style>
span { border-color: #0933EA; }
span { border-color: rgb(9,51,234); }
td.TdClassName
{
border-color: #0933EA;
}
.TagClassName
{
border-color: #0933EA;
}
</style>