Shades of Persian Blue #0D29BA
Tints of Persian Blue #0D29BA
RGB
CMYK
RGB Variations
Color information
#0D29BA (or 0x0D29BA) is known color: Persian Blue. HEX triplet: 0D, 29 and BA. RGB value is (13,41,186). Sum of RGB (Red+Green+Blue) = 13+41+186=240 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.42% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 186 (73.05% from 255 or 77.5% from 240); Max value from RGB is 186 - color contains mainly: blue. Hex color #0D29BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D29BA is #F2D645. Grayscale: #303030. Windows color (decimal): -15914566 or 12200205. OLE color: 12200205.
HSL color Cylindrical-coordinate representation of color #0D29BA: hue angle of 230.29º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D29BA is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 41 | 186 | - |
| CMYK | 0.93 | 0.78 | 0 | 0.27 |
| HSL | 230.29º | 0.87% | 0.39% | - |
| HSV(B) | 230.29º | 0.93% | 0.73% | - |
| XYZ | 9.82 | 5.22 | 46.94 | - |
| YUV | 49.16 | 205.22 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 41 | 186 | 0.93 | 0.78 | 0 | 0.27 | 230.29 | 0.87 | 0.39 |
| Hex | D | 29 | BA | 5D | 4E | 0 | 1B | E6 | 57 | 27 |
| Octal | 15 | 51 | 272 | 135 | 116 | 0 | 33 | 346 | 127 | 47 |
| Binary | 1101 | 101001 | 10111010 | 1011101 | 1001110 | 0 | 11011 | 11100110 | 1010111 | 100111 |
Color Harmonies of #0D29BA
Complementary color
Monochromatic Colors of #0D29BA
Black with #0D29BA
Text Example
Text Example
White with #0D29BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D29BA; }
p { color: rgb(13,41,186); }
H1.HeaderClassName
{
color: #0D29BA;
}
.AnyTagClassName
{
color: #0D29BA;
}
</style>
background-color css
<style>
a { background-color: #0D29BA; }
a { background-color: rgb(13,41,186); }
div.DivClassName
{
background-color: #0D29BA;
}
.BgClassName
{
background-color: #0D29BA;
}
</style>
border-color css
<style>
span { border-color: #0D29BA; }
span { border-color: rgb(13,41,186); }
td.TdClassName
{
border-color: #0D29BA;
}
.TagClassName
{
border-color: #0D29BA;
}
</style>