Shades of Persian Blue #0A2DCD
Tints of Persian Blue #0A2DCD
RGB
CMYK
RGB Variations
Color information
#0A2DCD (or 0x0A2DCD) is known color: Persian Blue. HEX triplet: 0A, 2D and CD. RGB value is (10,45,205). Sum of RGB (Red+Green+Blue) = 10+45+205=260 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.85% from 260); Green value is 45 (17.97% from 255 or 17.31% from 260); Blue value is 205 (80.47% from 255 or 78.85% from 260); Max value from RGB is 205 - color contains mainly: blue. Hex color #0A2DCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A2DCD is #F5D232. Grayscale: #343434. Windows color (decimal): -16110131 or 13446410. OLE color: 13446410.
HSL color Cylindrical-coordinate representation of color #0A2DCD: hue angle of 229.23º 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 #0A2DCD is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 45 | 205 | - |
| CMYK | 0.95 | 0.78 | 0 | 0.20 |
| HSL | 229.23º | 0.91% | 0.42% | - |
| HSV(B) | 229.23º | 0.95% | 0.8% | - |
| XYZ | 12.08 | 6.35 | 58.35 | - |
| YUV | 52.78 | 213.9 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 45 | 205 | 0.95 | 0.78 | 0 | 0.20 | 229.23 | 0.91 | 0.42 |
| Hex | A | 2D | CD | 5F | 4E | 0 | 14 | E5 | 5B | 2A |
| Octal | 12 | 55 | 315 | 137 | 116 | 0 | 24 | 345 | 133 | 52 |
| Binary | 1010 | 101101 | 11001101 | 1011111 | 1001110 | 0 | 10100 | 11100101 | 1011011 | 101010 |
Color Harmonies of #0A2DCD
Complementary color
Monochromatic Colors of #0A2DCD
Black with #0A2DCD
Text Example
Text Example
White with #0A2DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2DCD; }
p { color: rgb(10,45,205); }
H1.HeaderClassName
{
color: #0A2DCD;
}
.AnyTagClassName
{
color: #0A2DCD;
}
</style>
background-color css
<style>
a { background-color: #0A2DCD; }
a { background-color: rgb(10,45,205); }
div.DivClassName
{
background-color: #0A2DCD;
}
.BgClassName
{
background-color: #0A2DCD;
}
</style>
border-color css
<style>
span { border-color: #0A2DCD; }
span { border-color: rgb(10,45,205); }
td.TdClassName
{
border-color: #0A2DCD;
}
.TagClassName
{
border-color: #0A2DCD;
}
</style>