Shades of Persian Blue #092CE1
Tints of Persian Blue #092CE1
RGB
CMYK
RGB Variations
Color information
#092CE1 (or 0x092CE1) is known color: Persian Blue. HEX triplet: 09, 2C and E1. RGB value is (9,44,225). Sum of RGB (Red+Green+Blue) = 9+44+225=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 44 (17.58% from 255 or 15.83% from 278); Blue value is 225 (88.28% from 255 or 80.94% from 278); Max value from RGB is 225 - color contains mainly: blue. Hex color #092CE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092CE1 is #F6D31E. Grayscale: #353535. Windows color (decimal): -16175903 or 14756873. OLE color: 14756873.
HSL color Cylindrical-coordinate representation of color #092CE1: hue angle of 230.28º 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 #092CE1 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 44 | 225 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.12 |
| HSL | 230.28º | 0.92% | 0.46% | - |
| HSV(B) | 230.28º | 0.96% | 0.88% | - |
| XYZ | 14.6 | 7.3 | 71.87 | - |
| YUV | 54.17 | 224.4 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 44 | 225 | 0.96 | 0.80 | 0 | 0.12 | 230.28 | 0.92 | 0.46 |
| Hex | 9 | 2C | E1 | 60 | 50 | 0 | C | E6 | 5C | 2E |
| Octal | 11 | 54 | 341 | 140 | 120 | 0 | 14 | 346 | 134 | 56 |
| Binary | 1001 | 101100 | 11100001 | 1100000 | 1010000 | 0 | 1100 | 11100110 | 1011100 | 101110 |
Color Harmonies of #092CE1
Complementary color
Monochromatic Colors of #092CE1
Black with #092CE1
Text Example
Text Example
White with #092CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092CE1; }
p { color: rgb(9,44,225); }
H1.HeaderClassName
{
color: #092CE1;
}
.AnyTagClassName
{
color: #092CE1;
}
</style>
background-color css
<style>
a { background-color: #092CE1; }
a { background-color: rgb(9,44,225); }
div.DivClassName
{
background-color: #092CE1;
}
.BgClassName
{
background-color: #092CE1;
}
</style>
border-color css
<style>
span { border-color: #092CE1; }
span { border-color: rgb(9,44,225); }
td.TdClassName
{
border-color: #092CE1;
}
.TagClassName
{
border-color: #092CE1;
}
</style>