Shades of Persian Blue #0D3AD9
Tints of Persian Blue #0D3AD9
RGB
CMYK
RGB Variations
Color information
#0D3AD9 (or 0x0D3AD9) is known color: Persian Blue. HEX triplet: 0D, 3A and D9. RGB value is (13,58,217). Sum of RGB (Red+Green+Blue) = 13+58+217=288 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.51% from 288); Green value is 58 (23.05% from 255 or 20.14% from 288); Blue value is 217 (85.16% from 255 or 75.35% from 288); Max value from RGB is 217 - color contains mainly: blue. Hex color #0D3AD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D3AD9 is #F2C526. Grayscale: #3D3D3D. Windows color (decimal): -15910183 or 14236173. OLE color: 14236173.
HSL color Cylindrical-coordinate representation of color #0D3AD9: hue angle of 226.76º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D3AD9 is Cyan = 0.94, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 58 | 217 | - |
| CMYK | 0.94 | 0.73 | 0 | 0.15 |
| HSL | 226.76º | 0.89% | 0.45% | - |
| HSV(B) | 226.76º | 0.94% | 0.85% | - |
| XYZ | 14.2 | 8.12 | 66.46 | - |
| YUV | 62.67 | 215.09 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 58 | 217 | 0.94 | 0.73 | 0 | 0.15 | 226.76 | 0.89 | 0.45 |
| Hex | D | 3A | D9 | 5E | 49 | 0 | F | E3 | 59 | 2D |
| Octal | 15 | 72 | 331 | 136 | 111 | 0 | 17 | 343 | 131 | 55 |
| Binary | 1101 | 111010 | 11011001 | 1011110 | 1001001 | 0 | 1111 | 11100011 | 1011001 | 101101 |
Color Harmonies of #0D3AD9
Complementary color
Monochromatic Colors of #0D3AD9
Black with #0D3AD9
Text Example
Text Example
White with #0D3AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3AD9; }
p { color: rgb(13,58,217); }
H1.HeaderClassName
{
color: #0D3AD9;
}
.AnyTagClassName
{
color: #0D3AD9;
}
</style>
background-color css
<style>
a { background-color: #0D3AD9; }
a { background-color: rgb(13,58,217); }
div.DivClassName
{
background-color: #0D3AD9;
}
.BgClassName
{
background-color: #0D3AD9;
}
</style>
border-color css
<style>
span { border-color: #0D3AD9; }
span { border-color: rgb(13,58,217); }
td.TdClassName
{
border-color: #0D3AD9;
}
.TagClassName
{
border-color: #0D3AD9;
}
</style>