Shades of Persian Blue #0D32CF
Tints of Persian Blue #0D32CF
RGB
CMYK
RGB Variations
Color information
#0D32CF (or 0x0D32CF) is known color: Persian Blue. HEX triplet: 0D, 32 and CF. RGB value is (13,50,207). Sum of RGB (Red+Green+Blue) = 13+50+207=270 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.81% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 207 (81.25% from 255 or 76.67% from 270); Max value from RGB is 207 - color contains mainly: blue. Hex color #0D32CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D32CF is #F2CD30. Grayscale: #383838. Windows color (decimal): -15912241 or 13578765. OLE color: 13578765.
HSL color Cylindrical-coordinate representation of color #0D32CF: hue angle of 228.56º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D32CF is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 50 | 207 | - |
| CMYK | 0.94 | 0.76 | 0 | 0.19 |
| HSL | 228.56º | 0.88% | 0.43% | - |
| HSV(B) | 228.56º | 0.94% | 0.81% | - |
| XYZ | 12.57 | 6.87 | 59.7 | - |
| YUV | 56.84 | 212.74 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 50 | 207 | 0.94 | 0.76 | 0 | 0.19 | 228.56 | 0.88 | 0.43 |
| Hex | D | 32 | CF | 5E | 4C | 0 | 13 | E5 | 58 | 2B |
| Octal | 15 | 62 | 317 | 136 | 114 | 0 | 23 | 345 | 130 | 53 |
| Binary | 1101 | 110010 | 11001111 | 1011110 | 1001100 | 0 | 10011 | 11100101 | 1011000 | 101011 |
Color Harmonies of #0D32CF
Complementary color
Monochromatic Colors of #0D32CF
Black with #0D32CF
Text Example
Text Example
White with #0D32CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D32CF; }
p { color: rgb(13,50,207); }
H1.HeaderClassName
{
color: #0D32CF;
}
.AnyTagClassName
{
color: #0D32CF;
}
</style>
background-color css
<style>
a { background-color: #0D32CF; }
a { background-color: rgb(13,50,207); }
div.DivClassName
{
background-color: #0D32CF;
}
.BgClassName
{
background-color: #0D32CF;
}
</style>
border-color css
<style>
span { border-color: #0D32CF; }
span { border-color: rgb(13,50,207); }
td.TdClassName
{
border-color: #0D32CF;
}
.TagClassName
{
border-color: #0D32CF;
}
</style>