Shades of Persian Blue #0D2FDE
Tints of Persian Blue #0D2FDE
RGB
CMYK
RGB Variations
Color information
#0D2FDE (or 0x0D2FDE) is known color: Persian Blue. HEX triplet: 0D, 2F and DE. RGB value is (13,47,222). Sum of RGB (Red+Green+Blue) = 13+47+222=282 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.61% from 282); Green value is 47 (18.75% from 255 or 16.67% from 282); Blue value is 222 (87.11% from 255 or 78.72% from 282); Max value from RGB is 222 - color contains mainly: blue. Hex color #0D2FDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D2FDE is #F2D021. Grayscale: #383838. Windows color (decimal): -15912994 or 14561037. OLE color: 14561037.
HSL color Cylindrical-coordinate representation of color #0D2FDE: hue angle of 230.24º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D2FDE is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 47 | 222 | - |
| CMYK | 0.94 | 0.79 | 0 | 0.13 |
| HSL | 230.24º | 0.89% | 0.46% | - |
| HSV(B) | 230.24º | 0.94% | 0.87% | - |
| XYZ | 14.37 | 7.39 | 69.78 | - |
| YUV | 56.78 | 221.24 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 47 | 222 | 0.94 | 0.79 | 0 | 0.13 | 230.24 | 0.89 | 0.46 |
| Hex | D | 2F | DE | 5E | 4F | 0 | D | E6 | 59 | 2E |
| Octal | 15 | 57 | 336 | 136 | 117 | 0 | 15 | 346 | 131 | 56 |
| Binary | 1101 | 101111 | 11011110 | 1011110 | 1001111 | 0 | 1101 | 11100110 | 1011001 | 101110 |
Color Harmonies of #0D2FDE
Complementary color
Monochromatic Colors of #0D2FDE
Black with #0D2FDE
Text Example
Text Example
White with #0D2FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2FDE; }
p { color: rgb(13,47,222); }
H1.HeaderClassName
{
color: #0D2FDE;
}
.AnyTagClassName
{
color: #0D2FDE;
}
</style>
background-color css
<style>
a { background-color: #0D2FDE; }
a { background-color: rgb(13,47,222); }
div.DivClassName
{
background-color: #0D2FDE;
}
.BgClassName
{
background-color: #0D2FDE;
}
</style>
border-color css
<style>
span { border-color: #0D2FDE; }
span { border-color: rgb(13,47,222); }
td.TdClassName
{
border-color: #0D2FDE;
}
.TagClassName
{
border-color: #0D2FDE;
}
</style>