Shades of Persian Blue #0D42CF
Tints of Persian Blue #0D42CF
RGB
CMYK
RGB Variations
Color information
#0D42CF (or 0x0D42CF) is known color: Persian Blue. HEX triplet: 0D, 42 and CF. RGB value is (13,66,207). Sum of RGB (Red+Green+Blue) = 13+66+207=286 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.55% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 207 (81.25% from 255 or 72.38% from 286); Max value from RGB is 207 - color contains mainly: blue. Hex color #0D42CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D42CF is #F2BD30. Grayscale: #414141. Windows color (decimal): -15908145 or 13582861. OLE color: 13582861.
HSL color Cylindrical-coordinate representation of color #0D42CF: hue angle of 223.61º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D42CF is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 66 | 207 | - |
| CMYK | 0.94 | 0.68 | 0 | 0.19 |
| HSL | 223.61º | 0.88% | 0.43% | - |
| HSV(B) | 223.61º | 0.94% | 0.81% | - |
| XYZ | 13.38 | 8.49 | 59.96 | - |
| YUV | 66.23 | 207.44 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 66 | 207 | 0.94 | 0.68 | 0 | 0.19 | 223.61 | 0.88 | 0.43 |
| Hex | D | 42 | CF | 5E | 44 | 0 | 13 | E0 | 58 | 2B |
| Octal | 15 | 102 | 317 | 136 | 104 | 0 | 23 | 340 | 130 | 53 |
| Binary | 1101 | 1000010 | 11001111 | 1011110 | 1000100 | 0 | 10011 | 11100000 | 1011000 | 101011 |
Color Harmonies of #0D42CF
Complementary color
Monochromatic Colors of #0D42CF
Black with #0D42CF
Text Example
Text Example
White with #0D42CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D42CF; }
p { color: rgb(13,66,207); }
H1.HeaderClassName
{
color: #0D42CF;
}
.AnyTagClassName
{
color: #0D42CF;
}
</style>
background-color css
<style>
a { background-color: #0D42CF; }
a { background-color: rgb(13,66,207); }
div.DivClassName
{
background-color: #0D42CF;
}
.BgClassName
{
background-color: #0D42CF;
}
</style>
border-color css
<style>
span { border-color: #0D42CF; }
span { border-color: rgb(13,66,207); }
td.TdClassName
{
border-color: #0D42CF;
}
.TagClassName
{
border-color: #0D42CF;
}
</style>