Shades of Persian Blue #0D21BC
Tints of Persian Blue #0D21BC
RGB
CMYK
RGB Variations
Color information
#0D21BC (or 0x0D21BC) is known color: Persian Blue. HEX triplet: 0D, 21 and BC. RGB value is (13,33,188). Sum of RGB (Red+Green+Blue) = 13+33+188=234 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.56% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 188 (73.83% from 255 or 80.34% from 234); Max value from RGB is 188 - color contains mainly: blue. Hex color #0D21BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D21BC is #F2DE43. Grayscale: #2C2C2C. Windows color (decimal): -15916612 or 12329229. OLE color: 12329229.
HSL color Cylindrical-coordinate representation of color #0D21BC: hue angle of 233.14º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D21BC is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 33 | 188 | - |
| CMYK | 0.93 | 0.82 | 0 | 0.26 |
| HSL | 233.14º | 0.87% | 0.39% | - |
| HSV(B) | 233.14º | 0.93% | 0.74% | - |
| XYZ | 9.79 | 4.8 | 47.99 | - |
| YUV | 44.69 | 208.87 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 33 | 188 | 0.93 | 0.82 | 0 | 0.26 | 233.14 | 0.87 | 0.39 |
| Hex | D | 21 | BC | 5D | 52 | 0 | 1A | E9 | 57 | 27 |
| Octal | 15 | 41 | 274 | 135 | 122 | 0 | 32 | 351 | 127 | 47 |
| Binary | 1101 | 100001 | 10111100 | 1011101 | 1010010 | 0 | 11010 | 11101001 | 1010111 | 100111 |
Color Harmonies of #0D21BC
Complementary color
Monochromatic Colors of #0D21BC
Black with #0D21BC
Text Example
Text Example
White with #0D21BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D21BC; }
p { color: rgb(13,33,188); }
H1.HeaderClassName
{
color: #0D21BC;
}
.AnyTagClassName
{
color: #0D21BC;
}
</style>
background-color css
<style>
a { background-color: #0D21BC; }
a { background-color: rgb(13,33,188); }
div.DivClassName
{
background-color: #0D21BC;
}
.BgClassName
{
background-color: #0D21BC;
}
</style>
border-color css
<style>
span { border-color: #0D21BC; }
span { border-color: rgb(13,33,188); }
td.TdClassName
{
border-color: #0D21BC;
}
.TagClassName
{
border-color: #0D21BC;
}
</style>