Shades of Persian Blue #0D2FBC
Tints of Persian Blue #0D2FBC
RGB
CMYK
RGB Variations
Color information
#0D2FBC (or 0x0D2FBC) is known color: Persian Blue. HEX triplet: 0D, 2F and BC. RGB value is (13,47,188). Sum of RGB (Red+Green+Blue) = 13+47+188=248 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.24% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 188 (73.83% from 255 or 75.81% from 248); Max value from RGB is 188 - color contains mainly: blue. Hex color #0D2FBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D2FBC is #F2D043. Grayscale: #343434. Windows color (decimal): -15913028 or 12332813. OLE color: 12332813.
HSL color Cylindrical-coordinate representation of color #0D2FBC: hue angle of 228.34º 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 #0D2FBC is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 47 | 188 | - |
| CMYK | 0.93 | 0.75 | 0 | 0.26 |
| HSL | 228.34º | 0.87% | 0.39% | - |
| HSV(B) | 228.34º | 0.93% | 0.74% | - |
| XYZ | 10.26 | 5.75 | 48.15 | - |
| YUV | 52.91 | 204.24 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 47 | 188 | 0.93 | 0.75 | 0 | 0.26 | 228.34 | 0.87 | 0.39 |
| Hex | D | 2F | BC | 5D | 4B | 0 | 1A | E4 | 57 | 27 |
| Octal | 15 | 57 | 274 | 135 | 113 | 0 | 32 | 344 | 127 | 47 |
| Binary | 1101 | 101111 | 10111100 | 1011101 | 1001011 | 0 | 11010 | 11100100 | 1010111 | 100111 |
Color Harmonies of #0D2FBC
Complementary color
Monochromatic Colors of #0D2FBC
Black with #0D2FBC
Text Example
Text Example
White with #0D2FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2FBC; }
p { color: rgb(13,47,188); }
H1.HeaderClassName
{
color: #0D2FBC;
}
.AnyTagClassName
{
color: #0D2FBC;
}
</style>
background-color css
<style>
a { background-color: #0D2FBC; }
a { background-color: rgb(13,47,188); }
div.DivClassName
{
background-color: #0D2FBC;
}
.BgClassName
{
background-color: #0D2FBC;
}
</style>
border-color css
<style>
span { border-color: #0D2FBC; }
span { border-color: rgb(13,47,188); }
td.TdClassName
{
border-color: #0D2FBC;
}
.TagClassName
{
border-color: #0D2FBC;
}
</style>