Shades of Persian Blue #0D41CA
Tints of Persian Blue #0D41CA
RGB
CMYK
RGB Variations
Color information
#0D41CA (or 0x0D41CA) is known color: Persian Blue. HEX triplet: 0D, 41 and CA. RGB value is (13,65,202). Sum of RGB (Red+Green+Blue) = 13+65+202=280 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.64% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 202 (79.30% from 255 or 72.14% from 280); Max value from RGB is 202 - color contains mainly: blue. Hex color #0D41CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D41CA is #F2BE35. Grayscale: #404040. Windows color (decimal): -15908406 or 13254925. OLE color: 13254925.
HSL color Cylindrical-coordinate representation of color #0D41CA: hue angle of 223.49º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D41CA is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 65 | 202 | - |
| CMYK | 0.94 | 0.68 | 0 | 0.21 |
| HSL | 223.49º | 0.88% | 0.42% | - |
| HSV(B) | 223.49º | 0.94% | 0.79% | - |
| XYZ | 12.72 | 8.13 | 56.78 | - |
| YUV | 65.07 | 205.27 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 65 | 202 | 0.94 | 0.68 | 0 | 0.21 | 223.49 | 0.88 | 0.42 |
| Hex | D | 41 | CA | 5E | 44 | 0 | 15 | DF | 58 | 2A |
| Octal | 15 | 101 | 312 | 136 | 104 | 0 | 25 | 337 | 130 | 52 |
| Binary | 1101 | 1000001 | 11001010 | 1011110 | 1000100 | 0 | 10101 | 11011111 | 1011000 | 101010 |
Color Harmonies of #0D41CA
Complementary color
Monochromatic Colors of #0D41CA
Black with #0D41CA
Text Example
Text Example
White with #0D41CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D41CA; }
p { color: rgb(13,65,202); }
H1.HeaderClassName
{
color: #0D41CA;
}
.AnyTagClassName
{
color: #0D41CA;
}
</style>
background-color css
<style>
a { background-color: #0D41CA; }
a { background-color: rgb(13,65,202); }
div.DivClassName
{
background-color: #0D41CA;
}
.BgClassName
{
background-color: #0D41CA;
}
</style>
border-color css
<style>
span { border-color: #0D41CA; }
span { border-color: rgb(13,65,202); }
td.TdClassName
{
border-color: #0D41CA;
}
.TagClassName
{
border-color: #0D41CA;
}
</style>