Shades of Persian Blue #0A2BCD
Tints of Persian Blue #0A2BCD
RGB
CMYK
RGB Variations
Color information
#0A2BCD (or 0x0A2BCD) is known color: Persian Blue. HEX triplet: 0A, 2B and CD. RGB value is (10,43,205). Sum of RGB (Red+Green+Blue) = 10+43+205=258 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.88% from 258); Green value is 43 (17.19% from 255 or 16.67% from 258); Blue value is 205 (80.47% from 255 or 79.46% from 258); Max value from RGB is 205 - color contains mainly: blue. Hex color #0A2BCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A2BCD is #F5D432. Grayscale: #323232. Windows color (decimal): -16110643 or 13445898. OLE color: 13445898.
HSL color Cylindrical-coordinate representation of color #0A2BCD: hue angle of 229.85º 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 #0A2BCD is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 43 | 205 | - |
| CMYK | 0.95 | 0.79 | 0 | 0.20 |
| HSL | 229.85º | 0.91% | 0.42% | - |
| HSV(B) | 229.85º | 0.95% | 0.8% | - |
| XYZ | 12.01 | 6.2 | 58.32 | - |
| YUV | 51.6 | 214.57 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 43 | 205 | 0.95 | 0.79 | 0 | 0.20 | 229.85 | 0.91 | 0.42 |
| Hex | A | 2B | CD | 5F | 4F | 0 | 14 | E6 | 5B | 2A |
| Octal | 12 | 53 | 315 | 137 | 117 | 0 | 24 | 346 | 133 | 52 |
| Binary | 1010 | 101011 | 11001101 | 1011111 | 1001111 | 0 | 10100 | 11100110 | 1011011 | 101010 |
Color Harmonies of #0A2BCD
Complementary color
Monochromatic Colors of #0A2BCD
Black with #0A2BCD
Text Example
Text Example
White with #0A2BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2BCD; }
p { color: rgb(10,43,205); }
H1.HeaderClassName
{
color: #0A2BCD;
}
.AnyTagClassName
{
color: #0A2BCD;
}
</style>
background-color css
<style>
a { background-color: #0A2BCD; }
a { background-color: rgb(10,43,205); }
div.DivClassName
{
background-color: #0A2BCD;
}
.BgClassName
{
background-color: #0A2BCD;
}
</style>
border-color css
<style>
span { border-color: #0A2BCD; }
span { border-color: rgb(10,43,205); }
td.TdClassName
{
border-color: #0A2BCD;
}
.TagClassName
{
border-color: #0A2BCD;
}
</style>