Shades of Persian Blue #0822CE
Tints of Persian Blue #0822CE
RGB
CMYK
RGB Variations
Color information
#0822CE (or 0x0822CE) is known color: Persian Blue. HEX triplet: 08, 22 and CE. RGB value is (8,34,206). Sum of RGB (Red+Green+Blue) = 8+34+206=248 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.23% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 206 (80.86% from 255 or 83.06% from 248); Max value from RGB is 206 - color contains mainly: blue. Hex color #0822CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0822CE is #F7DD31. Grayscale: #2D2D2D. Windows color (decimal): -16244018 or 13509128. OLE color: 13509128.
HSL color Cylindrical-coordinate representation of color #0822CE: hue angle of 232.12º degrees, saturation: 0.93, 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 #0822CE is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 34 | 206 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.19 |
| HSL | 232.12º | 0.93% | 0.42% | - |
| HSV(B) | 232.12º | 0.96% | 0.81% | - |
| XYZ | 11.81 | 5.65 | 58.86 | - |
| YUV | 45.83 | 218.39 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 34 | 206 | 0.96 | 0.83 | 0 | 0.19 | 232.12 | 0.93 | 0.42 |
| Hex | 8 | 22 | CE | 60 | 53 | 0 | 13 | E8 | 5D | 2A |
| Octal | 10 | 42 | 316 | 140 | 123 | 0 | 23 | 350 | 135 | 52 |
| Binary | 1000 | 100010 | 11001110 | 1100000 | 1010011 | 0 | 10011 | 11101000 | 1011101 | 101010 |
Color Harmonies of #0822CE
Complementary color
Monochromatic Colors of #0822CE
Black with #0822CE
Text Example
Text Example
White with #0822CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0822CE; }
p { color: rgb(8,34,206); }
H1.HeaderClassName
{
color: #0822CE;
}
.AnyTagClassName
{
color: #0822CE;
}
</style>
background-color css
<style>
a { background-color: #0822CE; }
a { background-color: rgb(8,34,206); }
div.DivClassName
{
background-color: #0822CE;
}
.BgClassName
{
background-color: #0822CE;
}
</style>
border-color css
<style>
span { border-color: #0822CE; }
span { border-color: rgb(8,34,206); }
td.TdClassName
{
border-color: #0822CE;
}
.TagClassName
{
border-color: #0822CE;
}
</style>