Shades of Persian Blue #0A2BC3
Tints of Persian Blue #0A2BC3
RGB
CMYK
RGB Variations
Color information
#0A2BC3 (or 0x0A2BC3) is known color: Persian Blue. HEX triplet: 0A, 2B and C3. RGB value is (10,43,195). Sum of RGB (Red+Green+Blue) = 10+43+195=248 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.03% from 248); Green value is 43 (17.19% from 255 or 17.34% from 248); Blue value is 195 (76.56% from 255 or 78.63% from 248); Max value from RGB is 195 - color contains mainly: blue. Hex color #0A2BC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A2BC3 is #F5D43C. Grayscale: #313131. Windows color (decimal): -16110653 or 12790538. OLE color: 12790538.
HSL color Cylindrical-coordinate representation of color #0A2BC3: hue angle of 229.3º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A2BC3 is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 43 | 195 | - |
| CMYK | 0.95 | 0.78 | 0 | 0.24 |
| HSL | 229.3º | 0.9% | 0.4% | - |
| HSV(B) | 229.3º | 0.95% | 0.76% | - |
| XYZ | 10.84 | 5.73 | 52.16 | - |
| YUV | 50.46 | 209.57 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 43 | 195 | 0.95 | 0.78 | 0 | 0.24 | 229.3 | 0.9 | 0.4 |
| Hex | A | 2B | C3 | 5F | 4E | 0 | 18 | E5 | 5A | 28 |
| Octal | 12 | 53 | 303 | 137 | 116 | 0 | 30 | 345 | 132 | 50 |
| Binary | 1010 | 101011 | 11000011 | 1011111 | 1001110 | 0 | 11000 | 11100101 | 1011010 | 101000 |
Color Harmonies of #0A2BC3
Complementary color
Monochromatic Colors of #0A2BC3
Black with #0A2BC3
Text Example
Text Example
White with #0A2BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2BC3; }
p { color: rgb(10,43,195); }
H1.HeaderClassName
{
color: #0A2BC3;
}
.AnyTagClassName
{
color: #0A2BC3;
}
</style>
background-color css
<style>
a { background-color: #0A2BC3; }
a { background-color: rgb(10,43,195); }
div.DivClassName
{
background-color: #0A2BC3;
}
.BgClassName
{
background-color: #0A2BC3;
}
</style>
border-color css
<style>
span { border-color: #0A2BC3; }
span { border-color: rgb(10,43,195); }
td.TdClassName
{
border-color: #0A2BC3;
}
.TagClassName
{
border-color: #0A2BC3;
}
</style>