Shades of Persian Blue #0D36DC
Tints of Persian Blue #0D36DC
RGB
CMYK
RGB Variations
Color information
#0D36DC (or 0x0D36DC) is known color: Persian Blue. HEX triplet: 0D, 36 and DC. RGB value is (13,54,220). Sum of RGB (Red+Green+Blue) = 13+54+220=287 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.53% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 220 (86.33% from 255 or 76.66% from 287); Max value from RGB is 220 - color contains mainly: blue. Hex color #0D36DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D36DC is #F2C923. Grayscale: #3B3B3B. Windows color (decimal): -15911204 or 14431757. OLE color: 14431757.
HSL color Cylindrical-coordinate representation of color #0D36DC: hue angle of 228.12º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D36DC is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 54 | 220 | - |
| CMYK | 0.94 | 0.75 | 0 | 0.14 |
| HSL | 228.12º | 0.89% | 0.46% | - |
| HSV(B) | 228.12º | 0.94% | 0.86% | - |
| XYZ | 14.4 | 7.89 | 68.47 | - |
| YUV | 60.67 | 217.92 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 54 | 220 | 0.94 | 0.75 | 0 | 0.14 | 228.12 | 0.89 | 0.46 |
| Hex | D | 36 | DC | 5E | 4B | 0 | E | E4 | 59 | 2E |
| Octal | 15 | 66 | 334 | 136 | 113 | 0 | 16 | 344 | 131 | 56 |
| Binary | 1101 | 110110 | 11011100 | 1011110 | 1001011 | 0 | 1110 | 11100100 | 1011001 | 101110 |
Color Harmonies of #0D36DC
Complementary color
Monochromatic Colors of #0D36DC
Black with #0D36DC
Text Example
Text Example
White with #0D36DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D36DC; }
p { color: rgb(13,54,220); }
H1.HeaderClassName
{
color: #0D36DC;
}
.AnyTagClassName
{
color: #0D36DC;
}
</style>
background-color css
<style>
a { background-color: #0D36DC; }
a { background-color: rgb(13,54,220); }
div.DivClassName
{
background-color: #0D36DC;
}
.BgClassName
{
background-color: #0D36DC;
}
</style>
border-color css
<style>
span { border-color: #0D36DC; }
span { border-color: rgb(13,54,220); }
td.TdClassName
{
border-color: #0D36DC;
}
.TagClassName
{
border-color: #0D36DC;
}
</style>