Shades of Persian Blue #092CE0
Tints of Persian Blue #092CE0
RGB
CMYK
RGB Variations
Color information
#092CE0 (or 0x092CE0) is known color: Persian Blue. HEX triplet: 09, 2C and E0. RGB value is (9,44,224). Sum of RGB (Red+Green+Blue) = 9+44+224=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 44 (17.58% from 255 or 15.88% from 277); Blue value is 224 (87.89% from 255 or 80.87% from 277); Max value from RGB is 224 - color contains mainly: blue. Hex color #092CE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092CE0 is #F6D31F. Grayscale: #353535. Windows color (decimal): -16175904 or 14691337. OLE color: 14691337.
HSL color Cylindrical-coordinate representation of color #092CE0: hue angle of 230.23º 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 #092CE0 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 44 | 224 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.12 |
| HSL | 230.23º | 0.92% | 0.46% | - |
| HSV(B) | 230.23º | 0.96% | 0.88% | - |
| XYZ | 14.47 | 7.24 | 71.16 | - |
| YUV | 54.06 | 223.9 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 44 | 224 | 0.96 | 0.80 | 0 | 0.12 | 230.23 | 0.92 | 0.46 |
| Hex | 9 | 2C | E0 | 60 | 50 | 0 | C | E6 | 5C | 2E |
| Octal | 11 | 54 | 340 | 140 | 120 | 0 | 14 | 346 | 134 | 56 |
| Binary | 1001 | 101100 | 11100000 | 1100000 | 1010000 | 0 | 1100 | 11100110 | 1011100 | 101110 |
Color Harmonies of #092CE0
Complementary color
Monochromatic Colors of #092CE0
Black with #092CE0
Text Example
Text Example
White with #092CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092CE0; }
p { color: rgb(9,44,224); }
H1.HeaderClassName
{
color: #092CE0;
}
.AnyTagClassName
{
color: #092CE0;
}
</style>
background-color css
<style>
a { background-color: #092CE0; }
a { background-color: rgb(9,44,224); }
div.DivClassName
{
background-color: #092CE0;
}
.BgClassName
{
background-color: #092CE0;
}
</style>
border-color css
<style>
span { border-color: #092CE0; }
span { border-color: rgb(9,44,224); }
td.TdClassName
{
border-color: #092CE0;
}
.TagClassName
{
border-color: #092CE0;
}
</style>