Shades of Persian Blue #0D3BDD
Tints of Persian Blue #0D3BDD
RGB
CMYK
RGB Variations
Color information
#0D3BDD (or 0x0D3BDD) is known color: Persian Blue. HEX triplet: 0D, 3B and DD. RGB value is (13,59,221). Sum of RGB (Red+Green+Blue) = 13+59+221=293 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.44% from 293); Green value is 59 (23.44% from 255 or 20.14% from 293); Blue value is 221 (86.72% from 255 or 75.43% from 293); Max value from RGB is 221 - color contains mainly: blue. Hex color #0D3BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D3BDD is #F2C422. Grayscale: #3F3F3F. Windows color (decimal): -15909923 or 14498573. OLE color: 14498573.
HSL color Cylindrical-coordinate representation of color #0D3BDD: hue angle of 226.73º 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 #0D3BDD is Cyan = 0.94, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 59 | 221 | - |
| CMYK | 0.94 | 0.73 | 0 | 0.13 |
| HSL | 226.73º | 0.89% | 0.46% | - |
| HSV(B) | 226.73º | 0.94% | 0.87% | - |
| XYZ | 14.78 | 8.43 | 69.26 | - |
| YUV | 63.71 | 216.76 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 59 | 221 | 0.94 | 0.73 | 0 | 0.13 | 226.73 | 0.89 | 0.46 |
| Hex | D | 3B | DD | 5E | 49 | 0 | D | E3 | 59 | 2E |
| Octal | 15 | 73 | 335 | 136 | 111 | 0 | 15 | 343 | 131 | 56 |
| Binary | 1101 | 111011 | 11011101 | 1011110 | 1001001 | 0 | 1101 | 11100011 | 1011001 | 101110 |
Color Harmonies of #0D3BDD
Complementary color
Monochromatic Colors of #0D3BDD
Black with #0D3BDD
Text Example
Text Example
White with #0D3BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3BDD; }
p { color: rgb(13,59,221); }
H1.HeaderClassName
{
color: #0D3BDD;
}
.AnyTagClassName
{
color: #0D3BDD;
}
</style>
background-color css
<style>
a { background-color: #0D3BDD; }
a { background-color: rgb(13,59,221); }
div.DivClassName
{
background-color: #0D3BDD;
}
.BgClassName
{
background-color: #0D3BDD;
}
</style>
border-color css
<style>
span { border-color: #0D3BDD; }
span { border-color: rgb(13,59,221); }
td.TdClassName
{
border-color: #0D3BDD;
}
.TagClassName
{
border-color: #0D3BDD;
}
</style>