Shades of Persian Blue #0A22CA
Tints of Persian Blue #0A22CA
RGB
CMYK
RGB Variations
Color information
#0A22CA (or 0x0A22CA) is known color: Persian Blue. HEX triplet: 0A, 22 and CA. RGB value is (10,34,202). Sum of RGB (Red+Green+Blue) = 10+34+202=246 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.07% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 202 (79.30% from 255 or 82.11% from 246); Max value from RGB is 202 - color contains mainly: blue. Hex color #0A22CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A22CA is #F5DD35. Grayscale: #2D2D2D. Windows color (decimal): -16112950 or 13246986. OLE color: 13246986.
HSL color Cylindrical-coordinate representation of color #0A22CA: hue angle of 232.5º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A22CA is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 10 | 34 | 202 | - |
| CMYK | 0.95 | 0.83 | 0 | 0.21 |
| HSL | 232.5º | 0.91% | 0.42% | - |
| HSV(B) | 232.5º | 0.95% | 0.79% | - |
| XYZ | 11.36 | 5.47 | 56.33 | - |
| YUV | 45.98 | 216.05 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 34 | 202 | 0.95 | 0.83 | 0 | 0.21 | 232.5 | 0.91 | 0.42 |
| Hex | A | 22 | CA | 5F | 53 | 0 | 15 | E8 | 5B | 2A |
| Octal | 12 | 42 | 312 | 137 | 123 | 0 | 25 | 350 | 133 | 52 |
| Binary | 1010 | 100010 | 11001010 | 1011111 | 1010011 | 0 | 10101 | 11101000 | 1011011 | 101010 |
Color Harmonies of #0A22CA
Complementary color
Monochromatic Colors of #0A22CA
Black with #0A22CA
Text Example
Text Example
White with #0A22CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A22CA; }
p { color: rgb(10,34,202); }
H1.HeaderClassName
{
color: #0A22CA;
}
.AnyTagClassName
{
color: #0A22CA;
}
</style>
background-color css
<style>
a { background-color: #0A22CA; }
a { background-color: rgb(10,34,202); }
div.DivClassName
{
background-color: #0A22CA;
}
.BgClassName
{
background-color: #0A22CA;
}
</style>
border-color css
<style>
span { border-color: #0A22CA; }
span { border-color: rgb(10,34,202); }
td.TdClassName
{
border-color: #0A22CA;
}
.TagClassName
{
border-color: #0A22CA;
}
</style>