Shades of Persian Blue #0D3BEA
Tints of Persian Blue #0D3BEA
RGB
CMYK
RGB Variations
Color information
#0D3BEA (or 0x0D3BEA) is known color: Persian Blue. HEX triplet: 0D, 3B and EA. RGB value is (13,59,234). Sum of RGB (Red+Green+Blue) = 13+59+234=306 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.25% from 306); Green value is 59 (23.44% from 255 or 19.28% from 306); Blue value is 234 (91.80% from 255 or 76.47% from 306); Max value from RGB is 234 - color contains mainly: blue. Hex color #0D3BEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D3BEA is #F2C415. Grayscale: #404040. Windows color (decimal): -15909910 or 15350541. OLE color: 15350541.
HSL color Cylindrical-coordinate representation of color #0D3BEA: hue angle of 227.51º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D3BEA is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 59 | 234 | - |
| CMYK | 0.94 | 0.75 | 0 | 0.08 |
| HSL | 227.51º | 0.89% | 0.48% | - |
| HSV(B) | 227.51º | 0.94% | 0.92% | - |
| XYZ | 16.58 | 9.15 | 78.73 | - |
| YUV | 65.2 | 223.26 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 59 | 234 | 0.94 | 0.75 | 0 | 0.08 | 227.51 | 0.89 | 0.48 |
| Hex | D | 3B | EA | 5E | 4B | 0 | 8 | E4 | 59 | 30 |
| Octal | 15 | 73 | 352 | 136 | 113 | 0 | 10 | 344 | 131 | 60 |
| Binary | 1101 | 111011 | 11101010 | 1011110 | 1001011 | 0 | 1000 | 11100100 | 1011001 | 110000 |
Color Harmonies of #0D3BEA
Complementary color
Monochromatic Colors of #0D3BEA
Black with #0D3BEA
Text Example
Text Example
White with #0D3BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3BEA; }
p { color: rgb(13,59,234); }
H1.HeaderClassName
{
color: #0D3BEA;
}
.AnyTagClassName
{
color: #0D3BEA;
}
</style>
background-color css
<style>
a { background-color: #0D3BEA; }
a { background-color: rgb(13,59,234); }
div.DivClassName
{
background-color: #0D3BEA;
}
.BgClassName
{
background-color: #0D3BEA;
}
</style>
border-color css
<style>
span { border-color: #0D3BEA; }
span { border-color: rgb(13,59,234); }
td.TdClassName
{
border-color: #0D3BEA;
}
.TagClassName
{
border-color: #0D3BEA;
}
</style>