Shades of Persian Blue #0D3CDF
Tints of Persian Blue #0D3CDF
RGB
CMYK
RGB Variations
Color information
#0D3CDF (or 0x0D3CDF) is known color: Persian Blue. HEX triplet: 0D, 3C and DF. RGB value is (13,60,223). Sum of RGB (Red+Green+Blue) = 13+60+223=296 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.39% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 223 (87.5% from 255 or 75.34% from 296); Max value from RGB is 223 - color contains mainly: blue. Hex color #0D3CDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D3CDF is #F2C320. Grayscale: #3F3F3F. Windows color (decimal): -15909665 or 14629901. OLE color: 14629901.
HSL color Cylindrical-coordinate representation of color #0D3CDF: hue angle of 226.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 #0D3CDF is Cyan = 0.94, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 60 | 223 | - |
| CMYK | 0.94 | 0.73 | 0 | 0.13 |
| HSL | 226.57º | 0.89% | 0.46% | - |
| HSV(B) | 226.57º | 0.94% | 0.87% | - |
| XYZ | 15.1 | 8.64 | 70.68 | - |
| YUV | 64.53 | 217.43 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 60 | 223 | 0.94 | 0.73 | 0 | 0.13 | 226.57 | 0.89 | 0.46 |
| Hex | D | 3C | DF | 5E | 49 | 0 | D | E3 | 59 | 2E |
| Octal | 15 | 74 | 337 | 136 | 111 | 0 | 15 | 343 | 131 | 56 |
| Binary | 1101 | 111100 | 11011111 | 1011110 | 1001001 | 0 | 1101 | 11100011 | 1011001 | 101110 |
Color Harmonies of #0D3CDF
Complementary color
Monochromatic Colors of #0D3CDF
Black with #0D3CDF
Text Example
Text Example
White with #0D3CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3CDF; }
p { color: rgb(13,60,223); }
H1.HeaderClassName
{
color: #0D3CDF;
}
.AnyTagClassName
{
color: #0D3CDF;
}
</style>
background-color css
<style>
a { background-color: #0D3CDF; }
a { background-color: rgb(13,60,223); }
div.DivClassName
{
background-color: #0D3CDF;
}
.BgClassName
{
background-color: #0D3CDF;
}
</style>
border-color css
<style>
span { border-color: #0D3CDF; }
span { border-color: rgb(13,60,223); }
td.TdClassName
{
border-color: #0D3CDF;
}
.TagClassName
{
border-color: #0D3CDF;
}
</style>