Shades of Persian Blue #0931E5
Tints of Persian Blue #0931E5
RGB
CMYK
RGB Variations
Color information
#0931E5 (or 0x0931E5) is known color: Persian Blue. HEX triplet: 09, 31 and E5. RGB value is (9,49,229). Sum of RGB (Red+Green+Blue) = 9+49+229=287 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.14% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 229 (89.84% from 255 or 79.79% from 287); Max value from RGB is 229 - color contains mainly: blue. Hex color #0931E5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0931E5 is #F6CE1A. Grayscale: #383838. Windows color (decimal): -16174619 or 15020297. OLE color: 15020297.
HSL color Cylindrical-coordinate representation of color #0931E5: hue angle of 229.09º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0931E5 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 9 | 49 | 229 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.10 |
| HSL | 229.09º | 0.92% | 0.47% | - |
| HSV(B) | 229.09º | 0.96% | 0.9% | - |
| XYZ | 15.35 | 7.91 | 74.85 | - |
| YUV | 57.56 | 224.75 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 49 | 229 | 0.96 | 0.79 | 0 | 0.10 | 229.09 | 0.92 | 0.47 |
| Hex | 9 | 31 | E5 | 60 | 4F | 0 | A | E5 | 5C | 2F |
| Octal | 11 | 61 | 345 | 140 | 117 | 0 | 12 | 345 | 134 | 57 |
| Binary | 1001 | 110001 | 11100101 | 1100000 | 1001111 | 0 | 1010 | 11100101 | 1011100 | 101111 |
Color Harmonies of #0931E5
Complementary color
Monochromatic Colors of #0931E5
Black with #0931E5
Text Example
Text Example
White with #0931E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0931E5; }
p { color: rgb(9,49,229); }
H1.HeaderClassName
{
color: #0931E5;
}
.AnyTagClassName
{
color: #0931E5;
}
</style>
background-color css
<style>
a { background-color: #0931E5; }
a { background-color: rgb(9,49,229); }
div.DivClassName
{
background-color: #0931E5;
}
.BgClassName
{
background-color: #0931E5;
}
</style>
border-color css
<style>
span { border-color: #0931E5; }
span { border-color: rgb(9,49,229); }
td.TdClassName
{
border-color: #0931E5;
}
.TagClassName
{
border-color: #0931E5;
}
</style>