Shades of Persian Blue #0940EA
Tints of Persian Blue #0940EA
RGB
CMYK
RGB Variations
Color information
#0940EA (or 0x0940EA) is known color: Persian Blue. HEX triplet: 09, 40 and EA. RGB value is (9,64,234). Sum of RGB (Red+Green+Blue) = 9+64+234=307 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.93% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 234 (91.80% from 255 or 76.22% from 307); Max value from RGB is 234 - color contains mainly: blue. Hex color #0940EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0940EA is #F6BF15. Grayscale: #424242. Windows color (decimal): -16170774 or 15351817. OLE color: 15351817.
HSL color Cylindrical-coordinate representation of color #0940EA: hue angle of 225.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 #0940EA is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 64 | 234 | - |
| CMYK | 0.96 | 0.73 | 0 | 0.08 |
| HSL | 225.33º | 0.93% | 0.48% | - |
| HSV(B) | 225.33º | 0.96% | 0.92% | - |
| XYZ | 16.8 | 9.67 | 78.82 | - |
| YUV | 66.94 | 222.28 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 64 | 234 | 0.96 | 0.73 | 0 | 0.08 | 225.33 | 0.93 | 0.48 |
| Hex | 9 | 40 | EA | 60 | 49 | 0 | 8 | E1 | 5D | 30 |
| Octal | 11 | 100 | 352 | 140 | 111 | 0 | 10 | 341 | 135 | 60 |
| Binary | 1001 | 1000000 | 11101010 | 1100000 | 1001001 | 0 | 1000 | 11100001 | 1011101 | 110000 |
Color Harmonies of #0940EA
Complementary color
Monochromatic Colors of #0940EA
Black with #0940EA
Text Example
Text Example
White with #0940EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0940EA; }
p { color: rgb(9,64,234); }
H1.HeaderClassName
{
color: #0940EA;
}
.AnyTagClassName
{
color: #0940EA;
}
</style>
background-color css
<style>
a { background-color: #0940EA; }
a { background-color: rgb(9,64,234); }
div.DivClassName
{
background-color: #0940EA;
}
.BgClassName
{
background-color: #0940EA;
}
</style>
border-color css
<style>
span { border-color: #0940EA; }
span { border-color: rgb(9,64,234); }
td.TdClassName
{
border-color: #0940EA;
}
.TagClassName
{
border-color: #0940EA;
}
</style>