Shades of Persian Blue #0A2BCA
Tints of Persian Blue #0A2BCA
RGB
CMYK
RGB Variations
Color information
#0A2BCA (or 0x0A2BCA) is known color: Persian Blue. HEX triplet: 0A, 2B and CA. RGB value is (10,43,202). Sum of RGB (Red+Green+Blue) = 10+43+202=255 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.92% from 255); Green value is 43 (17.19% from 255 or 16.86% from 255); Blue value is 202 (79.30% from 255 or 79.22% from 255); Max value from RGB is 202 - color contains mainly: blue. Hex color #0A2BCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A2BCA is #F5D435. Grayscale: #323232. Windows color (decimal): -16110646 or 13249290. OLE color: 13249290.
HSL color Cylindrical-coordinate representation of color #0A2BCA: hue angle of 229.69º 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 #0A2BCA is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 10 | 43 | 202 | - |
| CMYK | 0.95 | 0.79 | 0 | 0.21 |
| HSL | 229.69º | 0.91% | 0.42% | - |
| HSV(B) | 229.69º | 0.95% | 0.79% | - |
| XYZ | 11.65 | 6.06 | 56.43 | - |
| YUV | 51.26 | 213.07 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 43 | 202 | 0.95 | 0.79 | 0 | 0.21 | 229.69 | 0.91 | 0.42 |
| Hex | A | 2B | CA | 5F | 4F | 0 | 15 | E6 | 5B | 2A |
| Octal | 12 | 53 | 312 | 137 | 117 | 0 | 25 | 346 | 133 | 52 |
| Binary | 1010 | 101011 | 11001010 | 1011111 | 1001111 | 0 | 10101 | 11100110 | 1011011 | 101010 |
Color Harmonies of #0A2BCA
Complementary color
Monochromatic Colors of #0A2BCA
Black with #0A2BCA
Text Example
Text Example
White with #0A2BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2BCA; }
p { color: rgb(10,43,202); }
H1.HeaderClassName
{
color: #0A2BCA;
}
.AnyTagClassName
{
color: #0A2BCA;
}
</style>
background-color css
<style>
a { background-color: #0A2BCA; }
a { background-color: rgb(10,43,202); }
div.DivClassName
{
background-color: #0A2BCA;
}
.BgClassName
{
background-color: #0A2BCA;
}
</style>
border-color css
<style>
span { border-color: #0A2BCA; }
span { border-color: rgb(10,43,202); }
td.TdClassName
{
border-color: #0A2BCA;
}
.TagClassName
{
border-color: #0A2BCA;
}
</style>