Shades of Persian Blue #092FE0
Tints of Persian Blue #092FE0
RGB
CMYK
RGB Variations
Color information
#092FE0 (or 0x092FE0) is known color: Persian Blue. HEX triplet: 09, 2F and E0. RGB value is (9,47,224). Sum of RGB (Red+Green+Blue) = 9+47+224=280 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.21% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 224 (87.89% from 255 or 80% from 280); Max value from RGB is 224 - color contains mainly: blue. Hex color #092FE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092FE0 is #F6D01F. Grayscale: #373737. Windows color (decimal): -16175136 or 14692105. OLE color: 14692105.
HSL color Cylindrical-coordinate representation of color #092FE0: hue angle of 229.4º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #092FE0 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 47 | 224 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.12 |
| HSL | 229.4º | 0.92% | 0.46% | - |
| HSV(B) | 229.4º | 0.96% | 0.88% | - |
| XYZ | 14.58 | 7.47 | 71.19 | - |
| YUV | 55.82 | 222.91 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 47 | 224 | 0.96 | 0.79 | 0 | 0.12 | 229.4 | 0.92 | 0.46 |
| Hex | 9 | 2F | E0 | 60 | 4F | 0 | C | E5 | 5C | 2E |
| Octal | 11 | 57 | 340 | 140 | 117 | 0 | 14 | 345 | 134 | 56 |
| Binary | 1001 | 101111 | 11100000 | 1100000 | 1001111 | 0 | 1100 | 11100101 | 1011100 | 101110 |
Color Harmonies of #092FE0
Complementary color
Monochromatic Colors of #092FE0
Black with #092FE0
Text Example
Text Example
White with #092FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092FE0; }
p { color: rgb(9,47,224); }
H1.HeaderClassName
{
color: #092FE0;
}
.AnyTagClassName
{
color: #092FE0;
}
</style>
background-color css
<style>
a { background-color: #092FE0; }
a { background-color: rgb(9,47,224); }
div.DivClassName
{
background-color: #092FE0;
}
.BgClassName
{
background-color: #092FE0;
}
</style>
border-color css
<style>
span { border-color: #092FE0; }
span { border-color: rgb(9,47,224); }
td.TdClassName
{
border-color: #092FE0;
}
.TagClassName
{
border-color: #092FE0;
}
</style>