Shades of Persian Blue #0D3CED
Tints of Persian Blue #0D3CED
RGB
CMYK
RGB Variations
Color information
#0D3CED (or 0x0D3CED) is known color: Persian Blue. HEX triplet: 0D, 3C and ED. RGB value is (13,60,237). Sum of RGB (Red+Green+Blue) = 13+60+237=310 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.19% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 237 (92.97% from 255 or 76.45% from 310); Max value from RGB is 237 - color contains mainly: blue. Hex color #0D3CED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D3CED is #F2C312. Grayscale: #414141. Windows color (decimal): -15909651 or 15547405. OLE color: 15547405.
HSL color Cylindrical-coordinate representation of color #0D3CED: hue angle of 227.41º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D3CED is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 60 | 237 | - |
| CMYK | 0.95 | 0.75 | 0 | 0.07 |
| HSL | 227.41º | 0.9% | 0.49% | - |
| HSV(B) | 227.41º | 0.95% | 0.93% | - |
| XYZ | 17.07 | 9.43 | 81.04 | - |
| YUV | 66.13 | 224.43 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 60 | 237 | 0.95 | 0.75 | 0 | 0.07 | 227.41 | 0.9 | 0.49 |
| Hex | D | 3C | ED | 5F | 4B | 0 | 7 | E3 | 5A | 31 |
| Octal | 15 | 74 | 355 | 137 | 113 | 0 | 7 | 343 | 132 | 61 |
| Binary | 1101 | 111100 | 11101101 | 1011111 | 1001011 | 0 | 111 | 11100011 | 1011010 | 110001 |
Color Harmonies of #0D3CED
Complementary color
Monochromatic Colors of #0D3CED
Black with #0D3CED
Text Example
Text Example
White with #0D3CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3CED; }
p { color: rgb(13,60,237); }
H1.HeaderClassName
{
color: #0D3CED;
}
.AnyTagClassName
{
color: #0D3CED;
}
</style>
background-color css
<style>
a { background-color: #0D3CED; }
a { background-color: rgb(13,60,237); }
div.DivClassName
{
background-color: #0D3CED;
}
.BgClassName
{
background-color: #0D3CED;
}
</style>
border-color css
<style>
span { border-color: #0D3CED; }
span { border-color: rgb(13,60,237); }
td.TdClassName
{
border-color: #0D3CED;
}
.TagClassName
{
border-color: #0D3CED;
}
</style>