Shades of Persian Blue #0D36DD
Tints of Persian Blue #0D36DD
RGB
CMYK
RGB Variations
Color information
#0D36DD (or 0x0D36DD) is known color: Persian Blue. HEX triplet: 0D, 36 and DD. RGB value is (13,54,221). Sum of RGB (Red+Green+Blue) = 13+54+221=288 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.51% from 288); Green value is 54 (21.48% from 255 or 18.75% from 288); Blue value is 221 (86.72% from 255 or 76.74% from 288); Max value from RGB is 221 - color contains mainly: blue. Hex color #0D36DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D36DD is #F2C922. Grayscale: #3C3C3C. Windows color (decimal): -15911203 or 14497293. OLE color: 14497293.
HSL color Cylindrical-coordinate representation of color #0D36DD: hue angle of 228.17º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D36DD is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 54 | 221 | - |
| CMYK | 0.94 | 0.76 | 0 | 0.13 |
| HSL | 228.17º | 0.89% | 0.46% | - |
| HSV(B) | 228.17º | 0.94% | 0.87% | - |
| XYZ | 14.54 | 7.94 | 69.17 | - |
| YUV | 60.78 | 218.42 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 54 | 221 | 0.94 | 0.76 | 0 | 0.13 | 228.17 | 0.89 | 0.46 |
| Hex | D | 36 | DD | 5E | 4C | 0 | D | E4 | 59 | 2E |
| Octal | 15 | 66 | 335 | 136 | 114 | 0 | 15 | 344 | 131 | 56 |
| Binary | 1101 | 110110 | 11011101 | 1011110 | 1001100 | 0 | 1101 | 11100100 | 1011001 | 101110 |
Color Harmonies of #0D36DD
Complementary color
Monochromatic Colors of #0D36DD
Black with #0D36DD
Text Example
Text Example
White with #0D36DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D36DD; }
p { color: rgb(13,54,221); }
H1.HeaderClassName
{
color: #0D36DD;
}
.AnyTagClassName
{
color: #0D36DD;
}
</style>
background-color css
<style>
a { background-color: #0D36DD; }
a { background-color: rgb(13,54,221); }
div.DivClassName
{
background-color: #0D36DD;
}
.BgClassName
{
background-color: #0D36DD;
}
</style>
border-color css
<style>
span { border-color: #0D36DD; }
span { border-color: rgb(13,54,221); }
td.TdClassName
{
border-color: #0D36DD;
}
.TagClassName
{
border-color: #0D36DD;
}
</style>