Shades of Persian Blue #0A2DBD
Tints of Persian Blue #0A2DBD
RGB
CMYK
RGB Variations
Color information
#0A2DBD (or 0x0A2DBD) is known color: Persian Blue. HEX triplet: 0A, 2D and BD. RGB value is (10,45,189). Sum of RGB (Red+Green+Blue) = 10+45+189=244 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.10% from 244); Green value is 45 (17.97% from 255 or 18.44% from 244); Blue value is 189 (74.22% from 255 or 77.46% from 244); Max value from RGB is 189 - color contains mainly: blue. Hex color #0A2DBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A2DBD is #F5D242. Grayscale: #323232. Windows color (decimal): -16110147 or 12397834. OLE color: 12397834.
HSL color Cylindrical-coordinate representation of color #0A2DBD: hue angle of 228.27º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A2DBD is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 45 | 189 | - |
| CMYK | 0.95 | 0.76 | 0 | 0.26 |
| HSL | 228.27º | 0.9% | 0.39% | - |
| HSV(B) | 228.27º | 0.95% | 0.74% | - |
| XYZ | 10.25 | 5.62 | 48.69 | - |
| YUV | 50.95 | 205.9 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 45 | 189 | 0.95 | 0.76 | 0 | 0.26 | 228.27 | 0.9 | 0.39 |
| Hex | A | 2D | BD | 5F | 4C | 0 | 1A | E4 | 5A | 27 |
| Octal | 12 | 55 | 275 | 137 | 114 | 0 | 32 | 344 | 132 | 47 |
| Binary | 1010 | 101101 | 10111101 | 1011111 | 1001100 | 0 | 11010 | 11100100 | 1011010 | 100111 |
Color Harmonies of #0A2DBD
Complementary color
Monochromatic Colors of #0A2DBD
Black with #0A2DBD
Text Example
Text Example
White with #0A2DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2DBD; }
p { color: rgb(10,45,189); }
H1.HeaderClassName
{
color: #0A2DBD;
}
.AnyTagClassName
{
color: #0A2DBD;
}
</style>
background-color css
<style>
a { background-color: #0A2DBD; }
a { background-color: rgb(10,45,189); }
div.DivClassName
{
background-color: #0A2DBD;
}
.BgClassName
{
background-color: #0A2DBD;
}
</style>
border-color css
<style>
span { border-color: #0A2DBD; }
span { border-color: rgb(10,45,189); }
td.TdClassName
{
border-color: #0A2DBD;
}
.TagClassName
{
border-color: #0A2DBD;
}
</style>