Shades of Persian Blue #0D2FEB
Tints of Persian Blue #0D2FEB
RGB
CMYK
RGB Variations
Color information
#0D2FEB (or 0x0D2FEB) is known color: Persian Blue. HEX triplet: 0D, 2F and EB. RGB value is (13,47,235). Sum of RGB (Red+Green+Blue) = 13+47+235=295 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.41% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 235 (92.19% from 255 or 79.66% from 295); Max value from RGB is 235 - color contains mainly: blue. Hex color #0D2FEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D2FEB is #F2D014. Grayscale: #393939. Windows color (decimal): -15912981 or 15413005. OLE color: 15413005.
HSL color Cylindrical-coordinate representation of color #0D2FEB: hue angle of 230.81º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D2FEB is Cyan = 0.94, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 47 | 235 | - |
| CMYK | 0.94 | 0.8 | 0 | 0.08 |
| HSL | 230.81º | 0.9% | 0.49% | - |
| HSV(B) | 230.81º | 0.94% | 0.92% | - |
| XYZ | 16.18 | 8.12 | 79.31 | - |
| YUV | 58.27 | 227.74 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 47 | 235 | 0.94 | 0.8 | 0 | 0.08 | 230.81 | 0.9 | 0.49 |
| Hex | D | 2F | EB | 5E | 50 | 0 | 8 | E7 | 5A | 31 |
| Octal | 15 | 57 | 353 | 136 | 120 | 0 | 10 | 347 | 132 | 61 |
| Binary | 1101 | 101111 | 11101011 | 1011110 | 1010000 | 0 | 1000 | 11100111 | 1011010 | 110001 |
Color Harmonies of #0D2FEB
Complementary color
Monochromatic Colors of #0D2FEB
Black with #0D2FEB
Text Example
Text Example
White with #0D2FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2FEB; }
p { color: rgb(13,47,235); }
H1.HeaderClassName
{
color: #0D2FEB;
}
.AnyTagClassName
{
color: #0D2FEB;
}
</style>
background-color css
<style>
a { background-color: #0D2FEB; }
a { background-color: rgb(13,47,235); }
div.DivClassName
{
background-color: #0D2FEB;
}
.BgClassName
{
background-color: #0D2FEB;
}
</style>
border-color css
<style>
span { border-color: #0D2FEB; }
span { border-color: rgb(13,47,235); }
td.TdClassName
{
border-color: #0D2FEB;
}
.TagClassName
{
border-color: #0D2FEB;
}
</style>