Shades of Persian Blue #0D3ECF
Tints of Persian Blue #0D3ECF
RGB
CMYK
RGB Variations
Color information
#0D3ECF (or 0x0D3ECF) is known color: Persian Blue. HEX triplet: 0D, 3E and CF. RGB value is (13,62,207). Sum of RGB (Red+Green+Blue) = 13+62+207=282 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.61% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 207 (81.25% from 255 or 73.40% from 282); Max value from RGB is 207 - color contains mainly: blue. Hex color #0D3ECF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D3ECF is #F2C130. Grayscale: #3F3F3F. Windows color (decimal): -15909169 or 13581837. OLE color: 13581837.
HSL color Cylindrical-coordinate representation of color #0D3ECF: hue angle of 224.85º 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 #0D3ECF is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 62 | 207 | - |
| CMYK | 0.94 | 0.70 | 0 | 0.19 |
| HSL | 224.85º | 0.88% | 0.43% | - |
| HSV(B) | 224.85º | 0.94% | 0.81% | - |
| XYZ | 13.15 | 8.04 | 59.89 | - |
| YUV | 63.88 | 208.77 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 62 | 207 | 0.94 | 0.70 | 0 | 0.19 | 224.85 | 0.88 | 0.43 |
| Hex | D | 3E | CF | 5E | 46 | 0 | 13 | E1 | 58 | 2B |
| Octal | 15 | 76 | 317 | 136 | 106 | 0 | 23 | 341 | 130 | 53 |
| Binary | 1101 | 111110 | 11001111 | 1011110 | 1000110 | 0 | 10011 | 11100001 | 1011000 | 101011 |
Color Harmonies of #0D3ECF
Complementary color
Monochromatic Colors of #0D3ECF
Black with #0D3ECF
Text Example
Text Example
White with #0D3ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3ECF; }
p { color: rgb(13,62,207); }
H1.HeaderClassName
{
color: #0D3ECF;
}
.AnyTagClassName
{
color: #0D3ECF;
}
</style>
background-color css
<style>
a { background-color: #0D3ECF; }
a { background-color: rgb(13,62,207); }
div.DivClassName
{
background-color: #0D3ECF;
}
.BgClassName
{
background-color: #0D3ECF;
}
</style>
border-color css
<style>
span { border-color: #0D3ECF; }
span { border-color: rgb(13,62,207); }
td.TdClassName
{
border-color: #0D3ECF;
}
.TagClassName
{
border-color: #0D3ECF;
}
</style>