Shades of Persian Blue #092FE4
Tints of Persian Blue #092FE4
RGB
CMYK
RGB Variations
Color information
#092FE4 (or 0x092FE4) is known color: Persian Blue. HEX triplet: 09, 2F and E4. RGB value is (9,47,228). Sum of RGB (Red+Green+Blue) = 9+47+228=284 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.17% from 284); Green value is 47 (18.75% from 255 or 16.55% from 284); Blue value is 228 (89.45% from 255 or 80.28% from 284); Max value from RGB is 228 - color contains mainly: blue. Hex color #092FE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092FE4 is #F6D01B. Grayscale: #373737. Windows color (decimal): -16175132 or 14954249. OLE color: 14954249.
HSL color Cylindrical-coordinate representation of color #092FE4: hue angle of 229.59º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #092FE4 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 9 | 47 | 228 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.11 |
| HSL | 229.59º | 0.92% | 0.46% | - |
| HSV(B) | 229.59º | 0.96% | 0.89% | - |
| XYZ | 15.13 | 7.69 | 74.09 | - |
| YUV | 56.27 | 224.91 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 47 | 228 | 0.96 | 0.79 | 0 | 0.11 | 229.59 | 0.92 | 0.46 |
| Hex | 9 | 2F | E4 | 60 | 4F | 0 | B | E6 | 5C | 2E |
| Octal | 11 | 57 | 344 | 140 | 117 | 0 | 13 | 346 | 134 | 56 |
| Binary | 1001 | 101111 | 11100100 | 1100000 | 1001111 | 0 | 1011 | 11100110 | 1011100 | 101110 |
Color Harmonies of #092FE4
Complementary color
Monochromatic Colors of #092FE4
Black with #092FE4
Text Example
Text Example
White with #092FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092FE4; }
p { color: rgb(9,47,228); }
H1.HeaderClassName
{
color: #092FE4;
}
.AnyTagClassName
{
color: #092FE4;
}
</style>
background-color css
<style>
a { background-color: #092FE4; }
a { background-color: rgb(9,47,228); }
div.DivClassName
{
background-color: #092FE4;
}
.BgClassName
{
background-color: #092FE4;
}
</style>
border-color css
<style>
span { border-color: #092FE4; }
span { border-color: rgb(9,47,228); }
td.TdClassName
{
border-color: #092FE4;
}
.TagClassName
{
border-color: #092FE4;
}
</style>