Shades of Persian Blue #0D42CA
Tints of Persian Blue #0D42CA
RGB
CMYK
RGB Variations
Color information
#0D42CA (or 0x0D42CA) is known color: Persian Blue. HEX triplet: 0D, 42 and CA. RGB value is (13,66,202). Sum of RGB (Red+Green+Blue) = 13+66+202=281 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.63% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 202 (79.30% from 255 or 71.89% from 281); Max value from RGB is 202 - color contains mainly: blue. Hex color #0D42CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D42CA is #F2BD35. Grayscale: #414141. Windows color (decimal): -15908150 or 13255181. OLE color: 13255181.
HSL color Cylindrical-coordinate representation of color #0D42CA: hue angle of 223.17º 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 #0D42CA is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 66 | 202 | - |
| CMYK | 0.94 | 0.67 | 0 | 0.21 |
| HSL | 223.17º | 0.88% | 0.42% | - |
| HSV(B) | 223.17º | 0.94% | 0.79% | - |
| XYZ | 12.77 | 8.25 | 56.8 | - |
| YUV | 65.66 | 204.94 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 66 | 202 | 0.94 | 0.67 | 0 | 0.21 | 223.17 | 0.88 | 0.42 |
| Hex | D | 42 | CA | 5E | 43 | 0 | 15 | DF | 58 | 2A |
| Octal | 15 | 102 | 312 | 136 | 103 | 0 | 25 | 337 | 130 | 52 |
| Binary | 1101 | 1000010 | 11001010 | 1011110 | 1000011 | 0 | 10101 | 11011111 | 1011000 | 101010 |
Color Harmonies of #0D42CA
Complementary color
Monochromatic Colors of #0D42CA
Black with #0D42CA
Text Example
Text Example
White with #0D42CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D42CA; }
p { color: rgb(13,66,202); }
H1.HeaderClassName
{
color: #0D42CA;
}
.AnyTagClassName
{
color: #0D42CA;
}
</style>
background-color css
<style>
a { background-color: #0D42CA; }
a { background-color: rgb(13,66,202); }
div.DivClassName
{
background-color: #0D42CA;
}
.BgClassName
{
background-color: #0D42CA;
}
</style>
border-color css
<style>
span { border-color: #0D42CA; }
span { border-color: rgb(13,66,202); }
td.TdClassName
{
border-color: #0D42CA;
}
.TagClassName
{
border-color: #0D42CA;
}
</style>