Shades of Persian Blue #092EE6
Tints of Persian Blue #092EE6
RGB
CMYK
RGB Variations
Color information
#092EE6 (or 0x092EE6) is known color: Persian Blue. HEX triplet: 09, 2E and E6. RGB value is (9,46,230). Sum of RGB (Red+Green+Blue) = 9+46+230=285 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.16% from 285); Green value is 46 (18.36% from 255 or 16.14% from 285); Blue value is 230 (90.23% from 255 or 80.70% from 285); Max value from RGB is 230 - color contains mainly: blue. Hex color #092EE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #092EE6 is #F6D119. Grayscale: #373737. Windows color (decimal): -16175386 or 15085065. OLE color: 15085065.
HSL color Cylindrical-coordinate representation of color #092EE6: hue angle of 229.95º 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 #092EE6 is Cyan = 0.96, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 9 | 46 | 230 | - |
| CMYK | 0.96 | 0.8 | 0 | 0.10 |
| HSL | 229.95º | 0.92% | 0.47% | - |
| HSV(B) | 229.95º | 0.96% | 0.9% | - |
| XYZ | 15.37 | 7.73 | 75.54 | - |
| YUV | 55.91 | 226.24 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 46 | 230 | 0.96 | 0.8 | 0 | 0.10 | 229.95 | 0.92 | 0.47 |
| Hex | 9 | 2E | E6 | 60 | 50 | 0 | A | E6 | 5C | 2F |
| Octal | 11 | 56 | 346 | 140 | 120 | 0 | 12 | 346 | 134 | 57 |
| Binary | 1001 | 101110 | 11100110 | 1100000 | 1010000 | 0 | 1010 | 11100110 | 1011100 | 101111 |
Color Harmonies of #092EE6
Complementary color
Monochromatic Colors of #092EE6
Black with #092EE6
Text Example
Text Example
White with #092EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092EE6; }
p { color: rgb(9,46,230); }
H1.HeaderClassName
{
color: #092EE6;
}
.AnyTagClassName
{
color: #092EE6;
}
</style>
background-color css
<style>
a { background-color: #092EE6; }
a { background-color: rgb(9,46,230); }
div.DivClassName
{
background-color: #092EE6;
}
.BgClassName
{
background-color: #092EE6;
}
</style>
border-color css
<style>
span { border-color: #092EE6; }
span { border-color: rgb(9,46,230); }
td.TdClassName
{
border-color: #092EE6;
}
.TagClassName
{
border-color: #092EE6;
}
</style>