Shades of Persian Blue #0A2DDB
Tints of Persian Blue #0A2DDB
RGB
CMYK
RGB Variations
Color information
#0A2DDB (or 0x0A2DDB) is known color: Persian Blue. HEX triplet: 0A, 2D and DB. RGB value is (10,45,219). Sum of RGB (Red+Green+Blue) = 10+45+219=274 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.65% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 219 (85.94% from 255 or 79.93% from 274); Max value from RGB is 219 - color contains mainly: blue. Hex color #0A2DDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A2DDB is #F5D224. Grayscale: #353535. Windows color (decimal): -16110117 or 14363914. OLE color: 14363914.
HSL color Cylindrical-coordinate representation of color #0A2DDB: hue angle of 229.95º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A2DDB is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 45 | 219 | - |
| CMYK | 0.95 | 0.79 | 0 | 0.14 |
| HSL | 229.95º | 0.91% | 0.45% | - |
| HSV(B) | 229.95º | 0.95% | 0.86% | - |
| XYZ | 13.85 | 7.06 | 67.65 | - |
| YUV | 54.37 | 220.9 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 45 | 219 | 0.95 | 0.79 | 0 | 0.14 | 229.95 | 0.91 | 0.45 |
| Hex | A | 2D | DB | 5F | 4F | 0 | E | E6 | 5B | 2D |
| Octal | 12 | 55 | 333 | 137 | 117 | 0 | 16 | 346 | 133 | 55 |
| Binary | 1010 | 101101 | 11011011 | 1011111 | 1001111 | 0 | 1110 | 11100110 | 1011011 | 101101 |
Color Harmonies of #0A2DDB
Complementary color
Monochromatic Colors of #0A2DDB
Black with #0A2DDB
Text Example
Text Example
White with #0A2DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2DDB; }
p { color: rgb(10,45,219); }
H1.HeaderClassName
{
color: #0A2DDB;
}
.AnyTagClassName
{
color: #0A2DDB;
}
</style>
background-color css
<style>
a { background-color: #0A2DDB; }
a { background-color: rgb(10,45,219); }
div.DivClassName
{
background-color: #0A2DDB;
}
.BgClassName
{
background-color: #0A2DDB;
}
</style>
border-color css
<style>
span { border-color: #0A2DDB; }
span { border-color: rgb(10,45,219); }
td.TdClassName
{
border-color: #0A2DDB;
}
.TagClassName
{
border-color: #0A2DDB;
}
</style>