Shades of Persian Blue #0D2ECE
Tints of Persian Blue #0D2ECE
RGB
CMYK
RGB Variations
Color information
#0D2ECE (or 0x0D2ECE) is known color: Persian Blue. HEX triplet: 0D, 2E and CE. RGB value is (13,46,206). Sum of RGB (Red+Green+Blue) = 13+46+206=265 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.91% from 265); Green value is 46 (18.36% from 255 or 17.36% from 265); Blue value is 206 (80.86% from 255 or 77.74% from 265); Max value from RGB is 206 - color contains mainly: blue. Hex color #0D2ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D2ECE is #F2D131. Grayscale: #353535. Windows color (decimal): -15913266 or 13512205. OLE color: 13512205.
HSL color Cylindrical-coordinate representation of color #0D2ECE: hue angle of 229.74º 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 #0D2ECE is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 46 | 206 | - |
| CMYK | 0.94 | 0.78 | 0 | 0.19 |
| HSL | 229.74º | 0.88% | 0.43% | - |
| HSV(B) | 229.74º | 0.94% | 0.81% | - |
| XYZ | 12.28 | 6.5 | 59 | - |
| YUV | 54.37 | 213.57 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 46 | 206 | 0.94 | 0.78 | 0 | 0.19 | 229.74 | 0.88 | 0.43 |
| Hex | D | 2E | CE | 5E | 4E | 0 | 13 | E6 | 58 | 2B |
| Octal | 15 | 56 | 316 | 136 | 116 | 0 | 23 | 346 | 130 | 53 |
| Binary | 1101 | 101110 | 11001110 | 1011110 | 1001110 | 0 | 10011 | 11100110 | 1011000 | 101011 |
Color Harmonies of #0D2ECE
Complementary color
Monochromatic Colors of #0D2ECE
Black with #0D2ECE
Text Example
Text Example
White with #0D2ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2ECE; }
p { color: rgb(13,46,206); }
H1.HeaderClassName
{
color: #0D2ECE;
}
.AnyTagClassName
{
color: #0D2ECE;
}
</style>
background-color css
<style>
a { background-color: #0D2ECE; }
a { background-color: rgb(13,46,206); }
div.DivClassName
{
background-color: #0D2ECE;
}
.BgClassName
{
background-color: #0D2ECE;
}
</style>
border-color css
<style>
span { border-color: #0D2ECE; }
span { border-color: rgb(13,46,206); }
td.TdClassName
{
border-color: #0D2ECE;
}
.TagClassName
{
border-color: #0D2ECE;
}
</style>