Shades of Persian Blue #0D43CF
Tints of Persian Blue #0D43CF
RGB
CMYK
RGB Variations
Color information
#0D43CF (or 0x0D43CF) is known color: Persian Blue. HEX triplet: 0D, 43 and CF. RGB value is (13,67,207). Sum of RGB (Red+Green+Blue) = 13+67+207=287 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.53% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 207 (81.25% from 255 or 72.13% from 287); Max value from RGB is 207 - color contains mainly: blue. Hex color #0D43CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D43CF is #F2BC30. Grayscale: #424242. Windows color (decimal): -15907889 or 13583117. OLE color: 13583117.
HSL color Cylindrical-coordinate representation of color #0D43CF: hue angle of 223.3º 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 #0D43CF is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 67 | 207 | - |
| CMYK | 0.94 | 0.68 | 0 | 0.19 |
| HSL | 223.3º | 0.88% | 0.43% | - |
| HSV(B) | 223.3º | 0.94% | 0.81% | - |
| XYZ | 13.44 | 8.6 | 59.98 | - |
| YUV | 66.81 | 207.11 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 67 | 207 | 0.94 | 0.68 | 0 | 0.19 | 223.3 | 0.88 | 0.43 |
| Hex | D | 43 | CF | 5E | 44 | 0 | 13 | DF | 58 | 2B |
| Octal | 15 | 103 | 317 | 136 | 104 | 0 | 23 | 337 | 130 | 53 |
| Binary | 1101 | 1000011 | 11001111 | 1011110 | 1000100 | 0 | 10011 | 11011111 | 1011000 | 101011 |
Color Harmonies of #0D43CF
Complementary color
Monochromatic Colors of #0D43CF
Black with #0D43CF
Text Example
Text Example
White with #0D43CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D43CF; }
p { color: rgb(13,67,207); }
H1.HeaderClassName
{
color: #0D43CF;
}
.AnyTagClassName
{
color: #0D43CF;
}
</style>
background-color css
<style>
a { background-color: #0D43CF; }
a { background-color: rgb(13,67,207); }
div.DivClassName
{
background-color: #0D43CF;
}
.BgClassName
{
background-color: #0D43CF;
}
</style>
border-color css
<style>
span { border-color: #0D43CF; }
span { border-color: rgb(13,67,207); }
td.TdClassName
{
border-color: #0D43CF;
}
.TagClassName
{
border-color: #0D43CF;
}
</style>