Shades of Persian Blue #0A2AD9
Tints of Persian Blue #0A2AD9
RGB
CMYK
RGB Variations
Color information
#0A2AD9 (or 0x0A2AD9) is known color: Persian Blue. HEX triplet: 0A, 2A and D9. RGB value is (10,42,217). Sum of RGB (Red+Green+Blue) = 10+42+217=269 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.72% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 217 (85.16% from 255 or 80.67% from 269); Max value from RGB is 217 - color contains mainly: blue. Hex color #0A2AD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A2AD9 is #F5D526. Grayscale: #333333. Windows color (decimal): -16110887 or 14232074. OLE color: 14232074.
HSL color Cylindrical-coordinate representation of color #0A2AD9: hue angle of 230.72º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A2AD9 is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 42 | 217 | - |
| CMYK | 0.95 | 0.81 | 0 | 0.15 |
| HSL | 230.72º | 0.91% | 0.45% | - |
| HSV(B) | 230.72º | 0.95% | 0.85% | - |
| XYZ | 13.48 | 6.73 | 66.23 | - |
| YUV | 52.38 | 220.9 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 42 | 217 | 0.95 | 0.81 | 0 | 0.15 | 230.72 | 0.91 | 0.45 |
| Hex | A | 2A | D9 | 5F | 51 | 0 | F | E7 | 5B | 2D |
| Octal | 12 | 52 | 331 | 137 | 121 | 0 | 17 | 347 | 133 | 55 |
| Binary | 1010 | 101010 | 11011001 | 1011111 | 1010001 | 0 | 1111 | 11100111 | 1011011 | 101101 |
Color Harmonies of #0A2AD9
Complementary color
Monochromatic Colors of #0A2AD9
Black with #0A2AD9
Text Example
Text Example
White with #0A2AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2AD9; }
p { color: rgb(10,42,217); }
H1.HeaderClassName
{
color: #0A2AD9;
}
.AnyTagClassName
{
color: #0A2AD9;
}
</style>
background-color css
<style>
a { background-color: #0A2AD9; }
a { background-color: rgb(10,42,217); }
div.DivClassName
{
background-color: #0A2AD9;
}
.BgClassName
{
background-color: #0A2AD9;
}
</style>
border-color css
<style>
span { border-color: #0A2AD9; }
span { border-color: rgb(10,42,217); }
td.TdClassName
{
border-color: #0A2AD9;
}
.TagClassName
{
border-color: #0A2AD9;
}
</style>