Shades of Persian Blue #0D29CA
Tints of Persian Blue #0D29CA
RGB
CMYK
RGB Variations
Color information
#0D29CA (or 0x0D29CA) is known color: Persian Blue. HEX triplet: 0D, 29 and CA. RGB value is (13,41,202). Sum of RGB (Red+Green+Blue) = 13+41+202=256 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.08% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 202 (79.30% from 255 or 78.91% from 256); Max value from RGB is 202 - color contains mainly: blue. Hex color #0D29CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D29CA is #F2D635. Grayscale: #323232. Windows color (decimal): -15914550 or 13248781. OLE color: 13248781.
HSL color Cylindrical-coordinate representation of color #0D29CA: hue angle of 231.11º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D29CA is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 41 | 202 | - |
| CMYK | 0.94 | 0.80 | 0 | 0.21 |
| HSL | 231.11º | 0.88% | 0.42% | - |
| HSV(B) | 231.11º | 0.94% | 0.79% | - |
| XYZ | 11.62 | 5.94 | 56.41 | - |
| YUV | 50.98 | 213.22 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 41 | 202 | 0.94 | 0.80 | 0 | 0.21 | 231.11 | 0.88 | 0.42 |
| Hex | D | 29 | CA | 5E | 50 | 0 | 15 | E7 | 58 | 2A |
| Octal | 15 | 51 | 312 | 136 | 120 | 0 | 25 | 347 | 130 | 52 |
| Binary | 1101 | 101001 | 11001010 | 1011110 | 1010000 | 0 | 10101 | 11100111 | 1011000 | 101010 |
Color Harmonies of #0D29CA
Complementary color
Monochromatic Colors of #0D29CA
Black with #0D29CA
Text Example
Text Example
White with #0D29CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D29CA; }
p { color: rgb(13,41,202); }
H1.HeaderClassName
{
color: #0D29CA;
}
.AnyTagClassName
{
color: #0D29CA;
}
</style>
background-color css
<style>
a { background-color: #0D29CA; }
a { background-color: rgb(13,41,202); }
div.DivClassName
{
background-color: #0D29CA;
}
.BgClassName
{
background-color: #0D29CA;
}
</style>
border-color css
<style>
span { border-color: #0D29CA; }
span { border-color: rgb(13,41,202); }
td.TdClassName
{
border-color: #0D29CA;
}
.TagClassName
{
border-color: #0D29CA;
}
</style>