Shades of Persian Blue #0D3DBD
Tints of Persian Blue #0D3DBD
RGB
CMYK
RGB Variations
Color information
#0D3DBD (or 0x0D3DBD) is known color: Persian Blue. HEX triplet: 0D, 3D and BD. RGB value is (13,61,189). Sum of RGB (Red+Green+Blue) = 13+61+189=263 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.94% from 263); Green value is 61 (24.22% from 255 or 23.19% from 263); Blue value is 189 (74.22% from 255 or 71.86% from 263); Max value from RGB is 189 - color contains mainly: blue. Hex color #0D3DBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D3DBD is #F2C242. Grayscale: #3C3C3C. Windows color (decimal): -15909443 or 12401933. OLE color: 12401933.
HSL color Cylindrical-coordinate representation of color #0D3DBD: hue angle of 223.64º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D3DBD is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 61 | 189 | - |
| CMYK | 0.93 | 0.68 | 0 | 0.26 |
| HSL | 223.64º | 0.87% | 0.4% | - |
| HSV(B) | 223.64º | 0.93% | 0.74% | - |
| XYZ | 11.02 | 7.1 | 48.93 | - |
| YUV | 61.24 | 200.1 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 61 | 189 | 0.93 | 0.68 | 0 | 0.26 | 223.64 | 0.87 | 0.4 |
| Hex | D | 3D | BD | 5D | 44 | 0 | 1A | E0 | 57 | 28 |
| Octal | 15 | 75 | 275 | 135 | 104 | 0 | 32 | 340 | 127 | 50 |
| Binary | 1101 | 111101 | 10111101 | 1011101 | 1000100 | 0 | 11010 | 11100000 | 1010111 | 101000 |
Color Harmonies of #0D3DBD
Complementary color
Monochromatic Colors of #0D3DBD
Black with #0D3DBD
Text Example
Text Example
White with #0D3DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3DBD; }
p { color: rgb(13,61,189); }
H1.HeaderClassName
{
color: #0D3DBD;
}
.AnyTagClassName
{
color: #0D3DBD;
}
</style>
background-color css
<style>
a { background-color: #0D3DBD; }
a { background-color: rgb(13,61,189); }
div.DivClassName
{
background-color: #0D3DBD;
}
.BgClassName
{
background-color: #0D3DBD;
}
</style>
border-color css
<style>
span { border-color: #0D3DBD; }
span { border-color: rgb(13,61,189); }
td.TdClassName
{
border-color: #0D3DBD;
}
.TagClassName
{
border-color: #0D3DBD;
}
</style>