Shades of Persian Blue #0D2ECF
Tints of Persian Blue #0D2ECF
RGB
CMYK
RGB Variations
Color information
#0D2ECF (or 0x0D2ECF) is known color: Persian Blue. HEX triplet: 0D, 2E and CF. RGB value is (13,46,207). Sum of RGB (Red+Green+Blue) = 13+46+207=266 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.89% from 266); Green value is 46 (18.36% from 255 or 17.29% from 266); Blue value is 207 (81.25% from 255 or 77.82% from 266); Max value from RGB is 207 - color contains mainly: blue. Hex color #0D2ECF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D2ECF is #F2D130. Grayscale: #353535. Windows color (decimal): -15913265 or 13577741. OLE color: 13577741.
HSL color Cylindrical-coordinate representation of color #0D2ECF: hue angle of 229.79º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D2ECF is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 46 | 207 | - |
| CMYK | 0.94 | 0.78 | 0 | 0.19 |
| HSL | 229.79º | 0.88% | 0.43% | - |
| HSV(B) | 229.79º | 0.94% | 0.81% | - |
| XYZ | 12.41 | 6.54 | 59.64 | - |
| YUV | 54.49 | 214.07 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 46 | 207 | 0.94 | 0.78 | 0 | 0.19 | 229.79 | 0.88 | 0.43 |
| Hex | D | 2E | CF | 5E | 4E | 0 | 13 | E6 | 58 | 2B |
| Octal | 15 | 56 | 317 | 136 | 116 | 0 | 23 | 346 | 130 | 53 |
| Binary | 1101 | 101110 | 11001111 | 1011110 | 1001110 | 0 | 10011 | 11100110 | 1011000 | 101011 |
Color Harmonies of #0D2ECF
Complementary color
Monochromatic Colors of #0D2ECF
Black with #0D2ECF
Text Example
Text Example
White with #0D2ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2ECF; }
p { color: rgb(13,46,207); }
H1.HeaderClassName
{
color: #0D2ECF;
}
.AnyTagClassName
{
color: #0D2ECF;
}
</style>
background-color css
<style>
a { background-color: #0D2ECF; }
a { background-color: rgb(13,46,207); }
div.DivClassName
{
background-color: #0D2ECF;
}
.BgClassName
{
background-color: #0D2ECF;
}
</style>
border-color css
<style>
span { border-color: #0D2ECF; }
span { border-color: rgb(13,46,207); }
td.TdClassName
{
border-color: #0D2ECF;
}
.TagClassName
{
border-color: #0D2ECF;
}
</style>