Shades of Persian Blue #0D3ECC
Tints of Persian Blue #0D3ECC
RGB
CMYK
RGB Variations
Color information
#0D3ECC (or 0x0D3ECC) is known color: Persian Blue. HEX triplet: 0D, 3E and CC. RGB value is (13,62,204). Sum of RGB (Red+Green+Blue) = 13+62+204=279 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.66% from 279); Green value is 62 (24.61% from 255 or 22.22% from 279); Blue value is 204 (80.08% from 255 or 73.12% from 279); Max value from RGB is 204 - color contains mainly: blue. Hex color #0D3ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D3ECC is #F2C133. Grayscale: #3E3E3E. Windows color (decimal): -15909172 or 13385229. OLE color: 13385229.
HSL color Cylindrical-coordinate representation of color #0D3ECC: hue angle of 224.61º 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 #0D3ECC is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 13 | 62 | 204 | - |
| CMYK | 0.94 | 0.70 | 0 | 0.2 |
| HSL | 224.61º | 0.88% | 0.43% | - |
| HSV(B) | 224.61º | 0.94% | 0.8% | - |
| XYZ | 12.79 | 7.89 | 57.98 | - |
| YUV | 63.54 | 207.27 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 62 | 204 | 0.94 | 0.70 | 0 | 0.2 | 224.61 | 0.88 | 0.43 |
| Hex | D | 3E | CC | 5E | 46 | 0 | 14 | E1 | 58 | 2B |
| Octal | 15 | 76 | 314 | 136 | 106 | 0 | 24 | 341 | 130 | 53 |
| Binary | 1101 | 111110 | 11001100 | 1011110 | 1000110 | 0 | 10100 | 11100001 | 1011000 | 101011 |
Color Harmonies of #0D3ECC
Complementary color
Monochromatic Colors of #0D3ECC
Black with #0D3ECC
Text Example
Text Example
White with #0D3ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3ECC; }
p { color: rgb(13,62,204); }
H1.HeaderClassName
{
color: #0D3ECC;
}
.AnyTagClassName
{
color: #0D3ECC;
}
</style>
background-color css
<style>
a { background-color: #0D3ECC; }
a { background-color: rgb(13,62,204); }
div.DivClassName
{
background-color: #0D3ECC;
}
.BgClassName
{
background-color: #0D3ECC;
}
</style>
border-color css
<style>
span { border-color: #0D3ECC; }
span { border-color: rgb(13,62,204); }
td.TdClassName
{
border-color: #0D3ECC;
}
.TagClassName
{
border-color: #0D3ECC;
}
</style>