Shades of Persian Blue #0D28DB
Tints of Persian Blue #0D28DB
RGB
CMYK
RGB Variations
Color information
#0D28DB (or 0x0D28DB) is known color: Persian Blue. HEX triplet: 0D, 28 and DB. RGB value is (13,40,219). Sum of RGB (Red+Green+Blue) = 13+40+219=272 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.78% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 219 (85.94% from 255 or 80.51% from 272); Max value from RGB is 219 - color contains mainly: blue. Hex color #0D28DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D28DB is #F2D724. Grayscale: #333333. Windows color (decimal): -15914789 or 14362637. OLE color: 14362637.
HSL color Cylindrical-coordinate representation of color #0D28DB: hue angle of 232.14º 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 #0D28DB is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 40 | 219 | - |
| CMYK | 0.94 | 0.82 | 0 | 0.14 |
| HSL | 232.14º | 0.89% | 0.45% | - |
| HSV(B) | 232.14º | 0.94% | 0.86% | - |
| XYZ | 13.71 | 6.72 | 67.59 | - |
| YUV | 52.33 | 222.05 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 40 | 219 | 0.94 | 0.82 | 0 | 0.14 | 232.14 | 0.89 | 0.45 |
| Hex | D | 28 | DB | 5E | 52 | 0 | E | E8 | 59 | 2D |
| Octal | 15 | 50 | 333 | 136 | 122 | 0 | 16 | 350 | 131 | 55 |
| Binary | 1101 | 101000 | 11011011 | 1011110 | 1010010 | 0 | 1110 | 11101000 | 1011001 | 101101 |
Color Harmonies of #0D28DB
Complementary color
Monochromatic Colors of #0D28DB
Black with #0D28DB
Text Example
Text Example
White with #0D28DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D28DB; }
p { color: rgb(13,40,219); }
H1.HeaderClassName
{
color: #0D28DB;
}
.AnyTagClassName
{
color: #0D28DB;
}
</style>
background-color css
<style>
a { background-color: #0D28DB; }
a { background-color: rgb(13,40,219); }
div.DivClassName
{
background-color: #0D28DB;
}
.BgClassName
{
background-color: #0D28DB;
}
</style>
border-color css
<style>
span { border-color: #0D28DB; }
span { border-color: rgb(13,40,219); }
td.TdClassName
{
border-color: #0D28DB;
}
.TagClassName
{
border-color: #0D28DB;
}
</style>