Shades of Persian Blue #0D44E5
Tints of Persian Blue #0D44E5
RGB
CMYK
RGB Variations
Color information
#0D44E5 (or 0x0D44E5) is known color: Persian Blue. HEX triplet: 0D, 44 and E5. RGB value is (13,68,229). Sum of RGB (Red+Green+Blue) = 13+68+229=310 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.19% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 229 (89.84% from 255 or 73.87% from 310); Max value from RGB is 229 - color contains mainly: blue. Hex color #0D44E5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D44E5 is #F2BB1A. Grayscale: #454545. Windows color (decimal): -15907611 or 15025165. OLE color: 15025165.
HSL color Cylindrical-coordinate representation of color #0D44E5: hue angle of 224.72º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D44E5 is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 13 | 68 | 229 | - |
| CMYK | 0.94 | 0.70 | 0 | 0.10 |
| HSL | 224.72º | 0.89% | 0.47% | - |
| HSV(B) | 224.72º | 0.94% | 0.9% | - |
| XYZ | 16.38 | 9.88 | 75.17 | - |
| YUV | 69.91 | 217.78 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 68 | 229 | 0.94 | 0.70 | 0 | 0.10 | 224.72 | 0.89 | 0.47 |
| Hex | D | 44 | E5 | 5E | 46 | 0 | A | E1 | 59 | 2F |
| Octal | 15 | 104 | 345 | 136 | 106 | 0 | 12 | 341 | 131 | 57 |
| Binary | 1101 | 1000100 | 11100101 | 1011110 | 1000110 | 0 | 1010 | 11100001 | 1011001 | 101111 |
Color Harmonies of #0D44E5
Complementary color
Monochromatic Colors of #0D44E5
Black with #0D44E5
Text Example
Text Example
White with #0D44E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D44E5; }
p { color: rgb(13,68,229); }
H1.HeaderClassName
{
color: #0D44E5;
}
.AnyTagClassName
{
color: #0D44E5;
}
</style>
background-color css
<style>
a { background-color: #0D44E5; }
a { background-color: rgb(13,68,229); }
div.DivClassName
{
background-color: #0D44E5;
}
.BgClassName
{
background-color: #0D44E5;
}
</style>
border-color css
<style>
span { border-color: #0D44E5; }
span { border-color: rgb(13,68,229); }
td.TdClassName
{
border-color: #0D44E5;
}
.TagClassName
{
border-color: #0D44E5;
}
</style>