Shades of Persian Blue #0A2ADA
Tints of Persian Blue #0A2ADA
RGB
CMYK
RGB Variations
Color information
#0A2ADA (or 0x0A2ADA) is known color: Persian Blue. HEX triplet: 0A, 2A and DA. RGB value is (10,42,218). Sum of RGB (Red+Green+Blue) = 10+42+218=270 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.70% from 270); Green value is 42 (16.80% from 255 or 15.56% from 270); Blue value is 218 (85.55% from 255 or 80.74% from 270); Max value from RGB is 218 - color contains mainly: blue. Hex color #0A2ADA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A2ADA is #F5D525. Grayscale: #333333. Windows color (decimal): -16110886 or 14297610. OLE color: 14297610.
HSL color Cylindrical-coordinate representation of color #0A2ADA: hue angle of 230.77º 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 #0A2ADA is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 42 | 218 | - |
| CMYK | 0.95 | 0.81 | 0 | 0.15 |
| HSL | 230.77º | 0.91% | 0.45% | - |
| HSV(B) | 230.77º | 0.95% | 0.85% | - |
| XYZ | 13.61 | 6.78 | 66.92 | - |
| YUV | 52.5 | 221.4 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 42 | 218 | 0.95 | 0.81 | 0 | 0.15 | 230.77 | 0.91 | 0.45 |
| Hex | A | 2A | DA | 5F | 51 | 0 | F | E7 | 5B | 2D |
| Octal | 12 | 52 | 332 | 137 | 121 | 0 | 17 | 347 | 133 | 55 |
| Binary | 1010 | 101010 | 11011010 | 1011111 | 1010001 | 0 | 1111 | 11100111 | 1011011 | 101101 |
Color Harmonies of #0A2ADA
Complementary color
Monochromatic Colors of #0A2ADA
Black with #0A2ADA
Text Example
Text Example
White with #0A2ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2ADA; }
p { color: rgb(10,42,218); }
H1.HeaderClassName
{
color: #0A2ADA;
}
.AnyTagClassName
{
color: #0A2ADA;
}
</style>
background-color css
<style>
a { background-color: #0A2ADA; }
a { background-color: rgb(10,42,218); }
div.DivClassName
{
background-color: #0A2ADA;
}
.BgClassName
{
background-color: #0A2ADA;
}
</style>
border-color css
<style>
span { border-color: #0A2ADA; }
span { border-color: rgb(10,42,218); }
td.TdClassName
{
border-color: #0A2ADA;
}
.TagClassName
{
border-color: #0A2ADA;
}
</style>