Shades of Persian Blue #0D3DCF
Tints of Persian Blue #0D3DCF
RGB
CMYK
RGB Variations
Color information
#0D3DCF (or 0x0D3DCF) is known color: Persian Blue. HEX triplet: 0D, 3D and CF. RGB value is (13,61,207). Sum of RGB (Red+Green+Blue) = 13+61+207=281 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.63% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 207 (81.25% from 255 or 73.67% from 281); Max value from RGB is 207 - color contains mainly: blue. Hex color #0D3DCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D3DCF is #F2C230. Grayscale: #3E3E3E. Windows color (decimal): -15909425 or 13581581. OLE color: 13581581.
HSL color Cylindrical-coordinate representation of color #0D3DCF: hue angle of 225.15º 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 #0D3DCF is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 61 | 207 | - |
| CMYK | 0.94 | 0.71 | 0 | 0.19 |
| HSL | 225.15º | 0.88% | 0.43% | - |
| HSV(B) | 225.15º | 0.94% | 0.81% | - |
| XYZ | 13.1 | 7.93 | 59.87 | - |
| YUV | 63.29 | 209.1 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 61 | 207 | 0.94 | 0.71 | 0 | 0.19 | 225.15 | 0.88 | 0.43 |
| Hex | D | 3D | CF | 5E | 47 | 0 | 13 | E1 | 58 | 2B |
| Octal | 15 | 75 | 317 | 136 | 107 | 0 | 23 | 341 | 130 | 53 |
| Binary | 1101 | 111101 | 11001111 | 1011110 | 1000111 | 0 | 10011 | 11100001 | 1011000 | 101011 |
Color Harmonies of #0D3DCF
Complementary color
Monochromatic Colors of #0D3DCF
Black with #0D3DCF
Text Example
Text Example
White with #0D3DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3DCF; }
p { color: rgb(13,61,207); }
H1.HeaderClassName
{
color: #0D3DCF;
}
.AnyTagClassName
{
color: #0D3DCF;
}
</style>
background-color css
<style>
a { background-color: #0D3DCF; }
a { background-color: rgb(13,61,207); }
div.DivClassName
{
background-color: #0D3DCF;
}
.BgClassName
{
background-color: #0D3DCF;
}
</style>
border-color css
<style>
span { border-color: #0D3DCF; }
span { border-color: rgb(13,61,207); }
td.TdClassName
{
border-color: #0D3DCF;
}
.TagClassName
{
border-color: #0D3DCF;
}
</style>