Shades of Persian Blue #0D24BB
Tints of Persian Blue #0D24BB
RGB
CMYK
RGB Variations
Color information
#0D24BB (or 0x0D24BB) is known color: Persian Blue. HEX triplet: 0D, 24 and BB. RGB value is (13,36,187). Sum of RGB (Red+Green+Blue) = 13+36+187=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 187 (73.44% from 255 or 79.24% from 236); Max value from RGB is 187 - color contains mainly: blue. Hex color #0D24BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D24BB is #F2DB44. Grayscale: #2D2D2D. Windows color (decimal): -15915845 or 12264461. OLE color: 12264461.
HSL color Cylindrical-coordinate representation of color #0D24BB: hue angle of 232.07º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D24BB is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 36 | 187 | - |
| CMYK | 0.93 | 0.81 | 0 | 0.27 |
| HSL | 232.07º | 0.87% | 0.39% | - |
| HSV(B) | 232.07º | 0.93% | 0.73% | - |
| XYZ | 9.77 | 4.94 | 47.45 | - |
| YUV | 46.34 | 207.38 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 36 | 187 | 0.93 | 0.81 | 0 | 0.27 | 232.07 | 0.87 | 0.39 |
| Hex | D | 24 | BB | 5D | 51 | 0 | 1B | E8 | 57 | 27 |
| Octal | 15 | 44 | 273 | 135 | 121 | 0 | 33 | 350 | 127 | 47 |
| Binary | 1101 | 100100 | 10111011 | 1011101 | 1010001 | 0 | 11011 | 11101000 | 1010111 | 100111 |
Color Harmonies of #0D24BB
Complementary color
Monochromatic Colors of #0D24BB
Black with #0D24BB
Text Example
Text Example
White with #0D24BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D24BB; }
p { color: rgb(13,36,187); }
H1.HeaderClassName
{
color: #0D24BB;
}
.AnyTagClassName
{
color: #0D24BB;
}
</style>
background-color css
<style>
a { background-color: #0D24BB; }
a { background-color: rgb(13,36,187); }
div.DivClassName
{
background-color: #0D24BB;
}
.BgClassName
{
background-color: #0D24BB;
}
</style>
border-color css
<style>
span { border-color: #0D24BB; }
span { border-color: rgb(13,36,187); }
td.TdClassName
{
border-color: #0D24BB;
}
.TagClassName
{
border-color: #0D24BB;
}
</style>