Shades of Persian Blue #0D2BCD
Tints of Persian Blue #0D2BCD
RGB
CMYK
RGB Variations
Color information
#0D2BCD (or 0x0D2BCD) is known color: Persian Blue. HEX triplet: 0D, 2B and CD. RGB value is (13,43,205). Sum of RGB (Red+Green+Blue) = 13+43+205=261 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.98% from 261); Green value is 43 (17.19% from 255 or 16.48% from 261); Blue value is 205 (80.47% from 255 or 78.54% from 261); Max value from RGB is 205 - color contains mainly: blue. Hex color #0D2BCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D2BCD is #F2D432. Grayscale: #333333. Windows color (decimal): -15914035 or 13445901. OLE color: 13445901.
HSL color Cylindrical-coordinate representation of color #0D2BCD: hue angle of 230.62º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D2BCD is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 43 | 205 | - |
| CMYK | 0.94 | 0.79 | 0 | 0.20 |
| HSL | 230.63º | 0.88% | 0.43% | - |
| HSV(B) | 230.63º | 0.94% | 0.8% | - |
| XYZ | 12.05 | 6.22 | 58.32 | - |
| YUV | 52.5 | 214.06 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 43 | 205 | 0.94 | 0.79 | 0 | 0.20 | 230.63 | 0.88 | 0.43 |
| Hex | D | 2B | CD | 5E | 4F | 0 | 14 | E7 | 58 | 2B |
| Octal | 15 | 53 | 315 | 136 | 117 | 0 | 24 | 347 | 130 | 53 |
| Binary | 1101 | 101011 | 11001101 | 1011110 | 1001111 | 0 | 10100 | 11100111 | 1011000 | 101011 |
Color Harmonies of #0D2BCD
Complementary color
Monochromatic Colors of #0D2BCD
Black with #0D2BCD
Text Example
Text Example
White with #0D2BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2BCD; }
p { color: rgb(13,43,205); }
H1.HeaderClassName
{
color: #0D2BCD;
}
.AnyTagClassName
{
color: #0D2BCD;
}
</style>
background-color css
<style>
a { background-color: #0D2BCD; }
a { background-color: rgb(13,43,205); }
div.DivClassName
{
background-color: #0D2BCD;
}
.BgClassName
{
background-color: #0D2BCD;
}
</style>
border-color css
<style>
span { border-color: #0D2BCD; }
span { border-color: rgb(13,43,205); }
td.TdClassName
{
border-color: #0D2BCD;
}
.TagClassName
{
border-color: #0D2BCD;
}
</style>