Shades of Persian Blue #0D2BDB
Tints of Persian Blue #0D2BDB
RGB
CMYK
RGB Variations
Color information
#0D2BDB (or 0x0D2BDB) is known color: Persian Blue. HEX triplet: 0D, 2B and DB. RGB value is (13,43,219). Sum of RGB (Red+Green+Blue) = 13+43+219=275 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.73% from 275); Green value is 43 (17.19% from 255 or 15.64% from 275); Blue value is 219 (85.94% from 255 or 79.64% from 275); Max value from RGB is 219 - color contains mainly: blue. Hex color #0D2BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D2BDB is #F2D424. Grayscale: #353535. Windows color (decimal): -15914021 or 14363405. OLE color: 14363405.
HSL color Cylindrical-coordinate representation of color #0D2BDB: hue angle of 231.26º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D2BDB is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 43 | 219 | - |
| CMYK | 0.94 | 0.80 | 0 | 0.14 |
| HSL | 231.26º | 0.89% | 0.45% | - |
| HSV(B) | 231.26º | 0.94% | 0.86% | - |
| XYZ | 13.82 | 6.93 | 67.63 | - |
| YUV | 54.09 | 221.06 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 43 | 219 | 0.94 | 0.80 | 0 | 0.14 | 231.26 | 0.89 | 0.45 |
| Hex | D | 2B | DB | 5E | 50 | 0 | E | E7 | 59 | 2D |
| Octal | 15 | 53 | 333 | 136 | 120 | 0 | 16 | 347 | 131 | 55 |
| Binary | 1101 | 101011 | 11011011 | 1011110 | 1010000 | 0 | 1110 | 11100111 | 1011001 | 101101 |
Color Harmonies of #0D2BDB
Complementary color
Monochromatic Colors of #0D2BDB
Black with #0D2BDB
Text Example
Text Example
White with #0D2BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2BDB; }
p { color: rgb(13,43,219); }
H1.HeaderClassName
{
color: #0D2BDB;
}
.AnyTagClassName
{
color: #0D2BDB;
}
</style>
background-color css
<style>
a { background-color: #0D2BDB; }
a { background-color: rgb(13,43,219); }
div.DivClassName
{
background-color: #0D2BDB;
}
.BgClassName
{
background-color: #0D2BDB;
}
</style>
border-color css
<style>
span { border-color: #0D2BDB; }
span { border-color: rgb(13,43,219); }
td.TdClassName
{
border-color: #0D2BDB;
}
.TagClassName
{
border-color: #0D2BDB;
}
</style>