Shades of Persian Blue #0D32EA
Tints of Persian Blue #0D32EA
RGB
CMYK
RGB Variations
Color information
#0D32EA (or 0x0D32EA) is known color: Persian Blue. HEX triplet: 0D, 32 and EA. RGB value is (13,50,234). Sum of RGB (Red+Green+Blue) = 13+50+234=297 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.38% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 234 (91.80% from 255 or 78.79% from 297); Max value from RGB is 234 - color contains mainly: blue. Hex color #0D32EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D32EA is #F2CD15. Grayscale: #3B3B3B. Windows color (decimal): -15912214 or 15348237. OLE color: 15348237.
HSL color Cylindrical-coordinate representation of color #0D32EA: hue angle of 229.95º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D32EA is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 50 | 234 | - |
| CMYK | 0.94 | 0.79 | 0 | 0.08 |
| HSL | 229.95º | 0.89% | 0.48% | - |
| HSV(B) | 229.95º | 0.94% | 0.92% | - |
| XYZ | 16.16 | 8.31 | 78.59 | - |
| YUV | 59.91 | 226.24 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 50 | 234 | 0.94 | 0.79 | 0 | 0.08 | 229.95 | 0.89 | 0.48 |
| Hex | D | 32 | EA | 5E | 4F | 0 | 8 | E6 | 59 | 30 |
| Octal | 15 | 62 | 352 | 136 | 117 | 0 | 10 | 346 | 131 | 60 |
| Binary | 1101 | 110010 | 11101010 | 1011110 | 1001111 | 0 | 1000 | 11100110 | 1011001 | 110000 |
Color Harmonies of #0D32EA
Complementary color
Monochromatic Colors of #0D32EA
Black with #0D32EA
Text Example
Text Example
White with #0D32EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D32EA; }
p { color: rgb(13,50,234); }
H1.HeaderClassName
{
color: #0D32EA;
}
.AnyTagClassName
{
color: #0D32EA;
}
</style>
background-color css
<style>
a { background-color: #0D32EA; }
a { background-color: rgb(13,50,234); }
div.DivClassName
{
background-color: #0D32EA;
}
.BgClassName
{
background-color: #0D32EA;
}
</style>
border-color css
<style>
span { border-color: #0D32EA; }
span { border-color: rgb(13,50,234); }
td.TdClassName
{
border-color: #0D32EA;
}
.TagClassName
{
border-color: #0D32EA;
}
</style>