Shades of Persian Blue #092FEA
Tints of Persian Blue #092FEA
RGB
CMYK
RGB Variations
Color information
#092FEA (or 0x092FEA) is known color: Persian Blue. HEX triplet: 09, 2F and EA. RGB value is (9,47,234). Sum of RGB (Red+Green+Blue) = 9+47+234=290 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.10% from 290); Green value is 47 (18.75% from 255 or 16.21% from 290); Blue value is 234 (91.80% from 255 or 80.69% from 290); Max value from RGB is 234 - color contains mainly: blue. Hex color #092FEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #092FEA is #F6D015. Grayscale: #383838. Windows color (decimal): -16175126 or 15347465. OLE color: 15347465.
HSL color Cylindrical-coordinate representation of color #092FEA: hue angle of 229.87º 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 #092FEA is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 47 | 234 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.08 |
| HSL | 229.87º | 0.93% | 0.48% | - |
| HSV(B) | 229.87º | 0.96% | 0.92% | - |
| XYZ | 15.98 | 8.03 | 78.55 | - |
| YUV | 56.96 | 227.91 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 47 | 234 | 0.96 | 0.80 | 0 | 0.08 | 229.87 | 0.93 | 0.48 |
| Hex | 9 | 2F | EA | 60 | 50 | 0 | 8 | E6 | 5D | 30 |
| Octal | 11 | 57 | 352 | 140 | 120 | 0 | 10 | 346 | 135 | 60 |
| Binary | 1001 | 101111 | 11101010 | 1100000 | 1010000 | 0 | 1000 | 11100110 | 1011101 | 110000 |
Color Harmonies of #092FEA
Complementary color
Monochromatic Colors of #092FEA
Black with #092FEA
Text Example
Text Example
White with #092FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092FEA; }
p { color: rgb(9,47,234); }
H1.HeaderClassName
{
color: #092FEA;
}
.AnyTagClassName
{
color: #092FEA;
}
</style>
background-color css
<style>
a { background-color: #092FEA; }
a { background-color: rgb(9,47,234); }
div.DivClassName
{
background-color: #092FEA;
}
.BgClassName
{
background-color: #092FEA;
}
</style>
border-color css
<style>
span { border-color: #092FEA; }
span { border-color: rgb(9,47,234); }
td.TdClassName
{
border-color: #092FEA;
}
.TagClassName
{
border-color: #092FEA;
}
</style>