Shades of Persian Blue #092FE8
Tints of Persian Blue #092FE8
RGB
CMYK
RGB Variations
Color information
#092FE8 (or 0x092FE8) is known color: Persian Blue. HEX triplet: 09, 2F and E8. RGB value is (9,47,232). Sum of RGB (Red+Green+Blue) = 9+47+232=288 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.12% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 232 (91.02% from 255 or 80.56% from 288); Max value from RGB is 232 - color contains mainly: blue. Hex color #092FE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #092FE8 is #F6D017. Grayscale: #373737. Windows color (decimal): -16175128 or 15216393. OLE color: 15216393.
HSL color Cylindrical-coordinate representation of color #092FE8: hue angle of 229.78º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #092FE8 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 47 | 232 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.09 |
| HSL | 229.78º | 0.93% | 0.47% | - |
| HSV(B) | 229.78º | 0.96% | 0.91% | - |
| XYZ | 15.69 | 7.92 | 77.04 | - |
| YUV | 56.73 | 226.91 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 47 | 232 | 0.96 | 0.80 | 0 | 0.09 | 229.78 | 0.93 | 0.47 |
| Hex | 9 | 2F | E8 | 60 | 50 | 0 | 9 | E6 | 5D | 2F |
| Octal | 11 | 57 | 350 | 140 | 120 | 0 | 11 | 346 | 135 | 57 |
| Binary | 1001 | 101111 | 11101000 | 1100000 | 1010000 | 0 | 1001 | 11100110 | 1011101 | 101111 |
Color Harmonies of #092FE8
Complementary color
Monochromatic Colors of #092FE8
Black with #092FE8
Text Example
Text Example
White with #092FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092FE8; }
p { color: rgb(9,47,232); }
H1.HeaderClassName
{
color: #092FE8;
}
.AnyTagClassName
{
color: #092FE8;
}
</style>
background-color css
<style>
a { background-color: #092FE8; }
a { background-color: rgb(9,47,232); }
div.DivClassName
{
background-color: #092FE8;
}
.BgClassName
{
background-color: #092FE8;
}
</style>
border-color css
<style>
span { border-color: #092FE8; }
span { border-color: rgb(9,47,232); }
td.TdClassName
{
border-color: #092FE8;
}
.TagClassName
{
border-color: #092FE8;
}
</style>