Shades of Persian Blue #0922CB
Tints of Persian Blue #0922CB
RGB
CMYK
RGB Variations
Color information
#0922CB (or 0x0922CB) is known color: Persian Blue. HEX triplet: 09, 22 and CB. RGB value is (9,34,203). Sum of RGB (Red+Green+Blue) = 9+34+203=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 203 (79.69% from 255 or 82.52% from 246); Max value from RGB is 203 - color contains mainly: blue. Hex color #0922CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0922CB is #F6DD34. Grayscale: #2D2D2D. Windows color (decimal): -16178485 or 13312521. OLE color: 13312521.
HSL color Cylindrical-coordinate representation of color #0922CB: hue angle of 232.27º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0922CB is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 34 | 203 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.20 |
| HSL | 232.27º | 0.92% | 0.42% | - |
| HSV(B) | 232.27º | 0.96% | 0.8% | - |
| XYZ | 11.46 | 5.51 | 56.96 | - |
| YUV | 45.79 | 216.72 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 34 | 203 | 0.96 | 0.83 | 0 | 0.20 | 232.27 | 0.92 | 0.42 |
| Hex | 9 | 22 | CB | 60 | 53 | 0 | 14 | E8 | 5C | 2A |
| Octal | 11 | 42 | 313 | 140 | 123 | 0 | 24 | 350 | 134 | 52 |
| Binary | 1001 | 100010 | 11001011 | 1100000 | 1010011 | 0 | 10100 | 11101000 | 1011100 | 101010 |
Color Harmonies of #0922CB
Complementary color
Monochromatic Colors of #0922CB
Black with #0922CB
Text Example
Text Example
White with #0922CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0922CB; }
p { color: rgb(9,34,203); }
H1.HeaderClassName
{
color: #0922CB;
}
.AnyTagClassName
{
color: #0922CB;
}
</style>
background-color css
<style>
a { background-color: #0922CB; }
a { background-color: rgb(9,34,203); }
div.DivClassName
{
background-color: #0922CB;
}
.BgClassName
{
background-color: #0922CB;
}
</style>
border-color css
<style>
span { border-color: #0922CB; }
span { border-color: rgb(9,34,203); }
td.TdClassName
{
border-color: #0922CB;
}
.TagClassName
{
border-color: #0922CB;
}
</style>