Shades of Persian Blue #092CE8
Tints of Persian Blue #092CE8
RGB
CMYK
RGB Variations
Color information
#092CE8 (or 0x092CE8) is known color: Persian Blue. HEX triplet: 09, 2C and E8. RGB value is (9,44,232). Sum of RGB (Red+Green+Blue) = 9+44+232=285 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.16% from 285); Green value is 44 (17.58% from 255 or 15.44% from 285); Blue value is 232 (91.02% from 255 or 81.40% from 285); Max value from RGB is 232 - color contains mainly: blue. Hex color #092CE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #092CE8 is #F6D317. Grayscale: #363636. Windows color (decimal): -16175896 or 15215625. OLE color: 15215625.
HSL color Cylindrical-coordinate representation of color #092CE8: hue angle of 230.58º 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 #092CE8 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 44 | 232 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.09 |
| HSL | 230.58º | 0.93% | 0.47% | - |
| HSV(B) | 230.58º | 0.96% | 0.91% | - |
| XYZ | 15.58 | 7.69 | 77.01 | - |
| YUV | 54.97 | 227.9 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 44 | 232 | 0.96 | 0.81 | 0 | 0.09 | 230.58 | 0.93 | 0.47 |
| Hex | 9 | 2C | E8 | 60 | 51 | 0 | 9 | E7 | 5D | 2F |
| Octal | 11 | 54 | 350 | 140 | 121 | 0 | 11 | 347 | 135 | 57 |
| Binary | 1001 | 101100 | 11101000 | 1100000 | 1010001 | 0 | 1001 | 11100111 | 1011101 | 101111 |
Color Harmonies of #092CE8
Complementary color
Monochromatic Colors of #092CE8
Black with #092CE8
Text Example
Text Example
White with #092CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092CE8; }
p { color: rgb(9,44,232); }
H1.HeaderClassName
{
color: #092CE8;
}
.AnyTagClassName
{
color: #092CE8;
}
</style>
background-color css
<style>
a { background-color: #092CE8; }
a { background-color: rgb(9,44,232); }
div.DivClassName
{
background-color: #092CE8;
}
.BgClassName
{
background-color: #092CE8;
}
</style>
border-color css
<style>
span { border-color: #092CE8; }
span { border-color: rgb(9,44,232); }
td.TdClassName
{
border-color: #092CE8;
}
.TagClassName
{
border-color: #092CE8;
}
</style>