Shades of Persian Blue #0A2ACD
Tints of Persian Blue #0A2ACD
RGB
CMYK
RGB Variations
Color information
#0A2ACD (or 0x0A2ACD) is known color: Persian Blue. HEX triplet: 0A, 2A and CD. RGB value is (10,42,205). Sum of RGB (Red+Green+Blue) = 10+42+205=257 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.89% from 257); Green value is 42 (16.80% from 255 or 16.34% from 257); Blue value is 205 (80.47% from 255 or 79.77% from 257); Max value from RGB is 205 - color contains mainly: blue. Hex color #0A2ACD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A2ACD is #F5D532. Grayscale: #323232. Windows color (decimal): -16110899 or 13445642. OLE color: 13445642.
HSL color Cylindrical-coordinate representation of color #0A2ACD: hue angle of 230.15º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A2ACD is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 42 | 205 | - |
| CMYK | 0.95 | 0.80 | 0 | 0.20 |
| HSL | 230.15º | 0.91% | 0.42% | - |
| HSV(B) | 230.15º | 0.95% | 0.8% | - |
| XYZ | 11.97 | 6.13 | 58.31 | - |
| YUV | 51.01 | 214.9 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 42 | 205 | 0.95 | 0.80 | 0 | 0.20 | 230.15 | 0.91 | 0.42 |
| Hex | A | 2A | CD | 5F | 50 | 0 | 14 | E6 | 5B | 2A |
| Octal | 12 | 52 | 315 | 137 | 120 | 0 | 24 | 346 | 133 | 52 |
| Binary | 1010 | 101010 | 11001101 | 1011111 | 1010000 | 0 | 10100 | 11100110 | 1011011 | 101010 |
Color Harmonies of #0A2ACD
Complementary color
Monochromatic Colors of #0A2ACD
Black with #0A2ACD
Text Example
Text Example
White with #0A2ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2ACD; }
p { color: rgb(10,42,205); }
H1.HeaderClassName
{
color: #0A2ACD;
}
.AnyTagClassName
{
color: #0A2ACD;
}
</style>
background-color css
<style>
a { background-color: #0A2ACD; }
a { background-color: rgb(10,42,205); }
div.DivClassName
{
background-color: #0A2ACD;
}
.BgClassName
{
background-color: #0A2ACD;
}
</style>
border-color css
<style>
span { border-color: #0A2ACD; }
span { border-color: rgb(10,42,205); }
td.TdClassName
{
border-color: #0A2ACD;
}
.TagClassName
{
border-color: #0A2ACD;
}
</style>