Shades of Persian Blue #0D3ACD
Tints of Persian Blue #0D3ACD
RGB
CMYK
RGB Variations
Color information
#0D3ACD (or 0x0D3ACD) is known color: Persian Blue. HEX triplet: 0D, 3A and CD. RGB value is (13,58,205). Sum of RGB (Red+Green+Blue) = 13+58+205=276 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.71% from 276); Green value is 58 (23.05% from 255 or 21.01% from 276); Blue value is 205 (80.47% from 255 or 74.28% from 276); Max value from RGB is 205 - color contains mainly: blue. Hex color #0D3ACD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D3ACD is #F2C532. Grayscale: #3C3C3C. Windows color (decimal): -15910195 or 13449741. OLE color: 13449741.
HSL color Cylindrical-coordinate representation of color #0D3ACD: hue angle of 225.94º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D3ACD is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 58 | 205 | - |
| CMYK | 0.94 | 0.72 | 0 | 0.20 |
| HSL | 225.94º | 0.88% | 0.43% | - |
| HSV(B) | 225.94º | 0.94% | 0.8% | - |
| XYZ | 12.7 | 7.52 | 58.54 | - |
| YUV | 61.3 | 209.09 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 58 | 205 | 0.94 | 0.72 | 0 | 0.20 | 225.94 | 0.88 | 0.43 |
| Hex | D | 3A | CD | 5E | 48 | 0 | 14 | E2 | 58 | 2B |
| Octal | 15 | 72 | 315 | 136 | 110 | 0 | 24 | 342 | 130 | 53 |
| Binary | 1101 | 111010 | 11001101 | 1011110 | 1001000 | 0 | 10100 | 11100010 | 1011000 | 101011 |
Color Harmonies of #0D3ACD
Complementary color
Monochromatic Colors of #0D3ACD
Black with #0D3ACD
Text Example
Text Example
White with #0D3ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3ACD; }
p { color: rgb(13,58,205); }
H1.HeaderClassName
{
color: #0D3ACD;
}
.AnyTagClassName
{
color: #0D3ACD;
}
</style>
background-color css
<style>
a { background-color: #0D3ACD; }
a { background-color: rgb(13,58,205); }
div.DivClassName
{
background-color: #0D3ACD;
}
.BgClassName
{
background-color: #0D3ACD;
}
</style>
border-color css
<style>
span { border-color: #0D3ACD; }
span { border-color: rgb(13,58,205); }
td.TdClassName
{
border-color: #0D3ACD;
}
.TagClassName
{
border-color: #0D3ACD;
}
</style>