Shades of Persian Blue #0D3CD1
Tints of Persian Blue #0D3CD1
RGB
CMYK
RGB Variations
Color information
#0D3CD1 (or 0x0D3CD1) is known color: Persian Blue. HEX triplet: 0D, 3C and D1. RGB value is (13,60,209). Sum of RGB (Red+Green+Blue) = 13+60+209=282 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.61% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 209 (82.03% from 255 or 74.11% from 282); Max value from RGB is 209 - color contains mainly: blue. Hex color #0D3CD1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D3CD1 is #F2C32E. Grayscale: #3E3E3E. Windows color (decimal): -15909679 or 13712397. OLE color: 13712397.
HSL color Cylindrical-coordinate representation of color #0D3CD1: hue angle of 225.61º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D3CD1 is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 13 | 60 | 209 | - |
| CMYK | 0.94 | 0.71 | 0 | 0.18 |
| HSL | 225.61º | 0.88% | 0.44% | - |
| HSV(B) | 225.61º | 0.94% | 0.82% | - |
| XYZ | 13.29 | 7.92 | 61.15 | - |
| YUV | 62.93 | 210.43 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 60 | 209 | 0.94 | 0.71 | 0 | 0.18 | 225.61 | 0.88 | 0.44 |
| Hex | D | 3C | D1 | 5E | 47 | 0 | 12 | E2 | 58 | 2C |
| Octal | 15 | 74 | 321 | 136 | 107 | 0 | 22 | 342 | 130 | 54 |
| Binary | 1101 | 111100 | 11010001 | 1011110 | 1000111 | 0 | 10010 | 11100010 | 1011000 | 101100 |
Color Harmonies of #0D3CD1
Complementary color
Monochromatic Colors of #0D3CD1
Black with #0D3CD1
Text Example
Text Example
White with #0D3CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3CD1; }
p { color: rgb(13,60,209); }
H1.HeaderClassName
{
color: #0D3CD1;
}
.AnyTagClassName
{
color: #0D3CD1;
}
</style>
background-color css
<style>
a { background-color: #0D3CD1; }
a { background-color: rgb(13,60,209); }
div.DivClassName
{
background-color: #0D3CD1;
}
.BgClassName
{
background-color: #0D3CD1;
}
</style>
border-color css
<style>
span { border-color: #0D3CD1; }
span { border-color: rgb(13,60,209); }
td.TdClassName
{
border-color: #0D3CD1;
}
.TagClassName
{
border-color: #0D3CD1;
}
</style>