Shades of Persian Blue #0D32DC
Tints of Persian Blue #0D32DC
RGB
CMYK
RGB Variations
Color information
#0D32DC (or 0x0D32DC) is known color: Persian Blue. HEX triplet: 0D, 32 and DC. RGB value is (13,50,220). Sum of RGB (Red+Green+Blue) = 13+50+220=283 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.59% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 220 (86.33% from 255 or 77.74% from 283); Max value from RGB is 220 - color contains mainly: blue. Hex color #0D32DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D32DC is #F2CD23. Grayscale: #393939. Windows color (decimal): -15912228 or 14430733. OLE color: 14430733.
HSL color Cylindrical-coordinate representation of color #0D32DC: hue angle of 229.28º 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 #0D32DC is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 50 | 220 | - |
| CMYK | 0.94 | 0.77 | 0 | 0.14 |
| HSL | 229.28º | 0.89% | 0.46% | - |
| HSV(B) | 229.28º | 0.94% | 0.86% | - |
| XYZ | 14.22 | 7.53 | 68.41 | - |
| YUV | 58.32 | 219.24 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 50 | 220 | 0.94 | 0.77 | 0 | 0.14 | 229.28 | 0.89 | 0.46 |
| Hex | D | 32 | DC | 5E | 4D | 0 | E | E5 | 59 | 2E |
| Octal | 15 | 62 | 334 | 136 | 115 | 0 | 16 | 345 | 131 | 56 |
| Binary | 1101 | 110010 | 11011100 | 1011110 | 1001101 | 0 | 1110 | 11100101 | 1011001 | 101110 |
Color Harmonies of #0D32DC
Complementary color
Monochromatic Colors of #0D32DC
Black with #0D32DC
Text Example
Text Example
White with #0D32DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D32DC; }
p { color: rgb(13,50,220); }
H1.HeaderClassName
{
color: #0D32DC;
}
.AnyTagClassName
{
color: #0D32DC;
}
</style>
background-color css
<style>
a { background-color: #0D32DC; }
a { background-color: rgb(13,50,220); }
div.DivClassName
{
background-color: #0D32DC;
}
.BgClassName
{
background-color: #0D32DC;
}
</style>
border-color css
<style>
span { border-color: #0D32DC; }
span { border-color: rgb(13,50,220); }
td.TdClassName
{
border-color: #0D32DC;
}
.TagClassName
{
border-color: #0D32DC;
}
</style>