Shades of Persian Blue #0D41EE
Tints of Persian Blue #0D41EE
RGB
CMYK
RGB Variations
Color information
#0D41EE (or 0x0D41EE) is known color: Persian Blue. HEX triplet: 0D, 41 and EE. RGB value is (13,65,238). Sum of RGB (Red+Green+Blue) = 13+65+238=316 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.11% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 238 (93.36% from 255 or 75.32% from 316); Max value from RGB is 238 - color contains mainly: blue. Hex color #0D41EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D41EE is #F2BE11. Grayscale: #444444. Windows color (decimal): -15908370 or 15614221. OLE color: 15614221.
HSL color Cylindrical-coordinate representation of color #0D41EE: hue angle of 226.13º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D41EE is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 65 | 238 | - |
| CMYK | 0.95 | 0.73 | 0 | 0.07 |
| HSL | 226.13º | 0.9% | 0.49% | - |
| HSV(B) | 226.13º | 0.95% | 0.93% | - |
| XYZ | 17.49 | 10.04 | 81.9 | - |
| YUV | 69.17 | 223.27 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 65 | 238 | 0.95 | 0.73 | 0 | 0.07 | 226.13 | 0.9 | 0.49 |
| Hex | D | 41 | EE | 5F | 49 | 0 | 7 | E2 | 5A | 31 |
| Octal | 15 | 101 | 356 | 137 | 111 | 0 | 7 | 342 | 132 | 61 |
| Binary | 1101 | 1000001 | 11101110 | 1011111 | 1001001 | 0 | 111 | 11100010 | 1011010 | 110001 |
Color Harmonies of #0D41EE
Complementary color
Monochromatic Colors of #0D41EE
Black with #0D41EE
Text Example
Text Example
White with #0D41EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D41EE; }
p { color: rgb(13,65,238); }
H1.HeaderClassName
{
color: #0D41EE;
}
.AnyTagClassName
{
color: #0D41EE;
}
</style>
background-color css
<style>
a { background-color: #0D41EE; }
a { background-color: rgb(13,65,238); }
div.DivClassName
{
background-color: #0D41EE;
}
.BgClassName
{
background-color: #0D41EE;
}
</style>
border-color css
<style>
span { border-color: #0D41EE; }
span { border-color: rgb(13,65,238); }
td.TdClassName
{
border-color: #0D41EE;
}
.TagClassName
{
border-color: #0D41EE;
}
</style>