Shades of Persian Blue #092EE5
Tints of Persian Blue #092EE5
RGB
CMYK
RGB Variations
Color information
#092EE5 (or 0x092EE5) is known color: Persian Blue. HEX triplet: 09, 2E and E5. RGB value is (9,46,229). Sum of RGB (Red+Green+Blue) = 9+46+229=284 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.17% from 284); Green value is 46 (18.36% from 255 or 16.20% from 284); Blue value is 229 (89.84% from 255 or 80.63% from 284); Max value from RGB is 229 - color contains mainly: blue. Hex color #092EE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092EE5 is #F6D11A. Grayscale: #373737. Windows color (decimal): -16175387 or 15019529. OLE color: 15019529.
HSL color Cylindrical-coordinate representation of color #092EE5: hue angle of 229.91º 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 #092EE5 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 9 | 46 | 229 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.10 |
| HSL | 229.91º | 0.92% | 0.47% | - |
| HSV(B) | 229.91º | 0.96% | 0.9% | - |
| XYZ | 15.23 | 7.67 | 74.81 | - |
| YUV | 55.8 | 225.74 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 46 | 229 | 0.96 | 0.80 | 0 | 0.10 | 229.91 | 0.92 | 0.47 |
| Hex | 9 | 2E | E5 | 60 | 50 | 0 | A | E6 | 5C | 2F |
| Octal | 11 | 56 | 345 | 140 | 120 | 0 | 12 | 346 | 134 | 57 |
| Binary | 1001 | 101110 | 11100101 | 1100000 | 1010000 | 0 | 1010 | 11100110 | 1011100 | 101111 |
Color Harmonies of #092EE5
Complementary color
Monochromatic Colors of #092EE5
Black with #092EE5
Text Example
Text Example
White with #092EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092EE5; }
p { color: rgb(9,46,229); }
H1.HeaderClassName
{
color: #092EE5;
}
.AnyTagClassName
{
color: #092EE5;
}
</style>
background-color css
<style>
a { background-color: #092EE5; }
a { background-color: rgb(9,46,229); }
div.DivClassName
{
background-color: #092EE5;
}
.BgClassName
{
background-color: #092EE5;
}
</style>
border-color css
<style>
span { border-color: #092EE5; }
span { border-color: rgb(9,46,229); }
td.TdClassName
{
border-color: #092EE5;
}
.TagClassName
{
border-color: #092EE5;
}
</style>