Shades of Persian Blue #0A2DBC
Tints of Persian Blue #0A2DBC
RGB
CMYK
RGB Variations
Color information
#0A2DBC (or 0x0A2DBC) is known color: Persian Blue. HEX triplet: 0A, 2D and BC. RGB value is (10,45,188). Sum of RGB (Red+Green+Blue) = 10+45+188=243 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.12% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 188 (73.83% from 255 or 77.37% from 243); Max value from RGB is 188 - color contains mainly: blue. Hex color #0A2DBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A2DBC is #F5D243. Grayscale: #323232. Windows color (decimal): -16110148 or 12332298. OLE color: 12332298.
HSL color Cylindrical-coordinate representation of color #0A2DBC: hue angle of 228.2º 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 #0A2DBC is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 45 | 188 | - |
| CMYK | 0.95 | 0.76 | 0 | 0.26 |
| HSL | 228.2º | 0.9% | 0.39% | - |
| HSV(B) | 228.2º | 0.95% | 0.74% | - |
| XYZ | 10.14 | 5.57 | 48.12 | - |
| YUV | 50.84 | 205.4 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 45 | 188 | 0.95 | 0.76 | 0 | 0.26 | 228.2 | 0.9 | 0.39 |
| Hex | A | 2D | BC | 5F | 4C | 0 | 1A | E4 | 5A | 27 |
| Octal | 12 | 55 | 274 | 137 | 114 | 0 | 32 | 344 | 132 | 47 |
| Binary | 1010 | 101101 | 10111100 | 1011111 | 1001100 | 0 | 11010 | 11100100 | 1011010 | 100111 |
Color Harmonies of #0A2DBC
Complementary color
Monochromatic Colors of #0A2DBC
Black with #0A2DBC
Text Example
Text Example
White with #0A2DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2DBC; }
p { color: rgb(10,45,188); }
H1.HeaderClassName
{
color: #0A2DBC;
}
.AnyTagClassName
{
color: #0A2DBC;
}
</style>
background-color css
<style>
a { background-color: #0A2DBC; }
a { background-color: rgb(10,45,188); }
div.DivClassName
{
background-color: #0A2DBC;
}
.BgClassName
{
background-color: #0A2DBC;
}
</style>
border-color css
<style>
span { border-color: #0A2DBC; }
span { border-color: rgb(10,45,188); }
td.TdClassName
{
border-color: #0A2DBC;
}
.TagClassName
{
border-color: #0A2DBC;
}
</style>