Shades of Persian Blue #0D43DF
Tints of Persian Blue #0D43DF
RGB
CMYK
RGB Variations
Color information
#0D43DF (or 0x0D43DF) is known color: Persian Blue. HEX triplet: 0D, 43 and DF. RGB value is (13,67,223). Sum of RGB (Red+Green+Blue) = 13+67+223=303 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.29% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 223 (87.5% from 255 or 73.60% from 303); Max value from RGB is 223 - color contains mainly: blue. Hex color #0D43DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D43DF is #F2BC20. Grayscale: #434343. Windows color (decimal): -15907873 or 14631693. OLE color: 14631693.
HSL color Cylindrical-coordinate representation of color #0D43DF: hue angle of 224.57º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D43DF is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 67 | 223 | - |
| CMYK | 0.94 | 0.70 | 0 | 0.13 |
| HSL | 224.57º | 0.89% | 0.46% | - |
| HSV(B) | 224.57º | 0.94% | 0.87% | - |
| XYZ | 15.49 | 9.43 | 70.82 | - |
| YUV | 68.64 | 215.11 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 67 | 223 | 0.94 | 0.70 | 0 | 0.13 | 224.57 | 0.89 | 0.46 |
| Hex | D | 43 | DF | 5E | 46 | 0 | D | E1 | 59 | 2E |
| Octal | 15 | 103 | 337 | 136 | 106 | 0 | 15 | 341 | 131 | 56 |
| Binary | 1101 | 1000011 | 11011111 | 1011110 | 1000110 | 0 | 1101 | 11100001 | 1011001 | 101110 |
Color Harmonies of #0D43DF
Complementary color
Monochromatic Colors of #0D43DF
Black with #0D43DF
Text Example
Text Example
White with #0D43DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D43DF; }
p { color: rgb(13,67,223); }
H1.HeaderClassName
{
color: #0D43DF;
}
.AnyTagClassName
{
color: #0D43DF;
}
</style>
background-color css
<style>
a { background-color: #0D43DF; }
a { background-color: rgb(13,67,223); }
div.DivClassName
{
background-color: #0D43DF;
}
.BgClassName
{
background-color: #0D43DF;
}
</style>
border-color css
<style>
span { border-color: #0D43DF; }
span { border-color: rgb(13,67,223); }
td.TdClassName
{
border-color: #0D43DF;
}
.TagClassName
{
border-color: #0D43DF;
}
</style>