Shades of Persian Blue #0D3AE1
Tints of Persian Blue #0D3AE1
RGB
CMYK
RGB Variations
Color information
#0D3AE1 (or 0x0D3AE1) is known color: Persian Blue. HEX triplet: 0D, 3A and E1. RGB value is (13,58,225). Sum of RGB (Red+Green+Blue) = 13+58+225=296 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.39% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 225 (88.28% from 255 or 76.01% from 296); Max value from RGB is 225 - color contains mainly: blue. Hex color #0D3AE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D3AE1 is #F2C51E. Grayscale: #3E3E3E. Windows color (decimal): -15910175 or 14760461. OLE color: 14760461.
HSL color Cylindrical-coordinate representation of color #0D3AE1: hue angle of 227.26º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D3AE1 is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 13 | 58 | 225 | - |
| CMYK | 0.94 | 0.74 | 0 | 0.12 |
| HSL | 227.26º | 0.89% | 0.47% | - |
| HSV(B) | 227.26º | 0.94% | 0.88% | - |
| XYZ | 15.27 | 8.55 | 72.08 | - |
| YUV | 63.58 | 219.09 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 58 | 225 | 0.94 | 0.74 | 0 | 0.12 | 227.26 | 0.89 | 0.47 |
| Hex | D | 3A | E1 | 5E | 4A | 0 | C | E3 | 59 | 2F |
| Octal | 15 | 72 | 341 | 136 | 112 | 0 | 14 | 343 | 131 | 57 |
| Binary | 1101 | 111010 | 11100001 | 1011110 | 1001010 | 0 | 1100 | 11100011 | 1011001 | 101111 |
Color Harmonies of #0D3AE1
Complementary color
Monochromatic Colors of #0D3AE1
Black with #0D3AE1
Text Example
Text Example
White with #0D3AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3AE1; }
p { color: rgb(13,58,225); }
H1.HeaderClassName
{
color: #0D3AE1;
}
.AnyTagClassName
{
color: #0D3AE1;
}
</style>
background-color css
<style>
a { background-color: #0D3AE1; }
a { background-color: rgb(13,58,225); }
div.DivClassName
{
background-color: #0D3AE1;
}
.BgClassName
{
background-color: #0D3AE1;
}
</style>
border-color css
<style>
span { border-color: #0D3AE1; }
span { border-color: rgb(13,58,225); }
td.TdClassName
{
border-color: #0D3AE1;
}
.TagClassName
{
border-color: #0D3AE1;
}
</style>