Shades of Persian Blue #0D3CEC
Tints of Persian Blue #0D3CEC
RGB
CMYK
RGB Variations
Color information
#0D3CEC (or 0x0D3CEC) is known color: Persian Blue. HEX triplet: 0D, 3C and EC. RGB value is (13,60,236). Sum of RGB (Red+Green+Blue) = 13+60+236=309 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.21% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 236 (92.58% from 255 or 76.38% from 309); Max value from RGB is 236 - color contains mainly: blue. Hex color #0D3CEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D3CEC is #F2C313. Grayscale: #414141. Windows color (decimal): -15909652 or 15481869. OLE color: 15481869.
HSL color Cylindrical-coordinate representation of color #0D3CEC: hue angle of 227.35º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D3CEC is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 60 | 236 | - |
| CMYK | 0.94 | 0.75 | 0 | 0.07 |
| HSL | 227.35º | 0.9% | 0.49% | - |
| HSV(B) | 227.35º | 0.94% | 0.93% | - |
| XYZ | 16.92 | 9.37 | 80.27 | - |
| YUV | 66.01 | 223.93 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 60 | 236 | 0.94 | 0.75 | 0 | 0.07 | 227.35 | 0.9 | 0.49 |
| Hex | D | 3C | EC | 5E | 4B | 0 | 7 | E3 | 5A | 31 |
| Octal | 15 | 74 | 354 | 136 | 113 | 0 | 7 | 343 | 132 | 61 |
| Binary | 1101 | 111100 | 11101100 | 1011110 | 1001011 | 0 | 111 | 11100011 | 1011010 | 110001 |
Color Harmonies of #0D3CEC
Complementary color
Monochromatic Colors of #0D3CEC
Black with #0D3CEC
Text Example
Text Example
White with #0D3CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3CEC; }
p { color: rgb(13,60,236); }
H1.HeaderClassName
{
color: #0D3CEC;
}
.AnyTagClassName
{
color: #0D3CEC;
}
</style>
background-color css
<style>
a { background-color: #0D3CEC; }
a { background-color: rgb(13,60,236); }
div.DivClassName
{
background-color: #0D3CEC;
}
.BgClassName
{
background-color: #0D3CEC;
}
</style>
border-color css
<style>
span { border-color: #0D3CEC; }
span { border-color: rgb(13,60,236); }
td.TdClassName
{
border-color: #0D3CEC;
}
.TagClassName
{
border-color: #0D3CEC;
}
</style>