Shades of Persian Blue #0D2CCD
Tints of Persian Blue #0D2CCD
RGB
CMYK
RGB Variations
Color information
#0D2CCD (or 0x0D2CCD) is known color: Persian Blue. HEX triplet: 0D, 2C and CD. RGB value is (13,44,205). Sum of RGB (Red+Green+Blue) = 13+44+205=262 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.96% from 262); Green value is 44 (17.58% from 255 or 16.79% from 262); Blue value is 205 (80.47% from 255 or 78.24% from 262); Max value from RGB is 205 - color contains mainly: blue. Hex color #0D2CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D2CCD is #F2D332. Grayscale: #343434. Windows color (decimal): -15913779 or 13446157. OLE color: 13446157.
HSL color Cylindrical-coordinate representation of color #0D2CCD: hue angle of 230.31º 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 #0D2CCD is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 44 | 205 | - |
| CMYK | 0.94 | 0.79 | 0 | 0.20 |
| HSL | 230.31º | 0.88% | 0.43% | - |
| HSV(B) | 230.31º | 0.94% | 0.8% | - |
| XYZ | 12.09 | 6.29 | 58.34 | - |
| YUV | 53.09 | 213.73 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 44 | 205 | 0.94 | 0.79 | 0 | 0.20 | 230.31 | 0.88 | 0.43 |
| Hex | D | 2C | CD | 5E | 4F | 0 | 14 | E6 | 58 | 2B |
| Octal | 15 | 54 | 315 | 136 | 117 | 0 | 24 | 346 | 130 | 53 |
| Binary | 1101 | 101100 | 11001101 | 1011110 | 1001111 | 0 | 10100 | 11100110 | 1011000 | 101011 |
Color Harmonies of #0D2CCD
Complementary color
Monochromatic Colors of #0D2CCD
Black with #0D2CCD
Text Example
Text Example
White with #0D2CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2CCD; }
p { color: rgb(13,44,205); }
H1.HeaderClassName
{
color: #0D2CCD;
}
.AnyTagClassName
{
color: #0D2CCD;
}
</style>
background-color css
<style>
a { background-color: #0D2CCD; }
a { background-color: rgb(13,44,205); }
div.DivClassName
{
background-color: #0D2CCD;
}
.BgClassName
{
background-color: #0D2CCD;
}
</style>
border-color css
<style>
span { border-color: #0D2CCD; }
span { border-color: rgb(13,44,205); }
td.TdClassName
{
border-color: #0D2CCD;
}
.TagClassName
{
border-color: #0D2CCD;
}
</style>