Shades of Persian Blue #0922CE
Tints of Persian Blue #0922CE
RGB
CMYK
RGB Variations
Color information
#0922CE (or 0x0922CE) is known color: Persian Blue. HEX triplet: 09, 22 and CE. RGB value is (9,34,206). Sum of RGB (Red+Green+Blue) = 9+34+206=249 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.61% from 249); Green value is 34 (13.67% from 255 or 13.65% from 249); Blue value is 206 (80.86% from 255 or 82.73% from 249); Max value from RGB is 206 - color contains mainly: blue. Hex color #0922CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0922CE is #F6DD31. Grayscale: #2D2D2D. Windows color (decimal): -16178482 or 13509129. OLE color: 13509129.
HSL color Cylindrical-coordinate representation of color #0922CE: hue angle of 232.39º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0922CE is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 34 | 206 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.19 |
| HSL | 232.39º | 0.92% | 0.42% | - |
| HSV(B) | 232.39º | 0.96% | 0.81% | - |
| XYZ | 11.83 | 5.66 | 58.86 | - |
| YUV | 46.13 | 218.22 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 34 | 206 | 0.96 | 0.83 | 0 | 0.19 | 232.39 | 0.92 | 0.42 |
| Hex | 9 | 22 | CE | 60 | 53 | 0 | 13 | E8 | 5C | 2A |
| Octal | 11 | 42 | 316 | 140 | 123 | 0 | 23 | 350 | 134 | 52 |
| Binary | 1001 | 100010 | 11001110 | 1100000 | 1010011 | 0 | 10011 | 11101000 | 1011100 | 101010 |
Color Harmonies of #0922CE
Complementary color
Monochromatic Colors of #0922CE
Black with #0922CE
Text Example
Text Example
White with #0922CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0922CE; }
p { color: rgb(9,34,206); }
H1.HeaderClassName
{
color: #0922CE;
}
.AnyTagClassName
{
color: #0922CE;
}
</style>
background-color css
<style>
a { background-color: #0922CE; }
a { background-color: rgb(9,34,206); }
div.DivClassName
{
background-color: #0922CE;
}
.BgClassName
{
background-color: #0922CE;
}
</style>
border-color css
<style>
span { border-color: #0922CE; }
span { border-color: rgb(9,34,206); }
td.TdClassName
{
border-color: #0922CE;
}
.TagClassName
{
border-color: #0922CE;
}
</style>