Shades of Persian Blue #0D40CA
Tints of Persian Blue #0D40CA
RGB
CMYK
RGB Variations
Color information
#0D40CA (or 0x0D40CA) is known color: Persian Blue. HEX triplet: 0D, 40 and CA. RGB value is (13,64,202). Sum of RGB (Red+Green+Blue) = 13+64+202=279 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.66% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 202 (79.30% from 255 or 72.40% from 279); Max value from RGB is 202 - color contains mainly: blue. Hex color #0D40CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D40CA is #F2BF35. Grayscale: #3F3F3F. Windows color (decimal): -15908662 or 13254669. OLE color: 13254669.
HSL color Cylindrical-coordinate representation of color #0D40CA: hue angle of 223.81º 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 #0D40CA is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 64 | 202 | - |
| CMYK | 0.94 | 0.68 | 0 | 0.21 |
| HSL | 223.81º | 0.88% | 0.42% | - |
| HSV(B) | 223.81º | 0.94% | 0.79% | - |
| XYZ | 12.66 | 8.02 | 56.76 | - |
| YUV | 64.48 | 205.6 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 64 | 202 | 0.94 | 0.68 | 0 | 0.21 | 223.81 | 0.88 | 0.42 |
| Hex | D | 40 | CA | 5E | 44 | 0 | 15 | E0 | 58 | 2A |
| Octal | 15 | 100 | 312 | 136 | 104 | 0 | 25 | 340 | 130 | 52 |
| Binary | 1101 | 1000000 | 11001010 | 1011110 | 1000100 | 0 | 10101 | 11100000 | 1011000 | 101010 |
Color Harmonies of #0D40CA
Complementary color
Monochromatic Colors of #0D40CA
Black with #0D40CA
Text Example
Text Example
White with #0D40CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D40CA; }
p { color: rgb(13,64,202); }
H1.HeaderClassName
{
color: #0D40CA;
}
.AnyTagClassName
{
color: #0D40CA;
}
</style>
background-color css
<style>
a { background-color: #0D40CA; }
a { background-color: rgb(13,64,202); }
div.DivClassName
{
background-color: #0D40CA;
}
.BgClassName
{
background-color: #0D40CA;
}
</style>
border-color css
<style>
span { border-color: #0D40CA; }
span { border-color: rgb(13,64,202); }
td.TdClassName
{
border-color: #0D40CA;
}
.TagClassName
{
border-color: #0D40CA;
}
</style>