Shades of Persian Blue #0D3FE5
Tints of Persian Blue #0D3FE5
RGB
CMYK
RGB Variations
Color information
#0D3FE5 (or 0x0D3FE5) is known color: Persian Blue. HEX triplet: 0D, 3F and E5. RGB value is (13,63,229). Sum of RGB (Red+Green+Blue) = 13+63+229=305 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.26% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 229 (89.84% from 255 or 75.08% from 305); Max value from RGB is 229 - color contains mainly: blue. Hex color #0D3FE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D3FE5 is #F2C01A. Grayscale: #424242. Windows color (decimal): -15908891 or 15023885. OLE color: 15023885.
HSL color Cylindrical-coordinate representation of color #0D3FE5: hue angle of 226.11º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D3FE5 is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 13 | 63 | 229 | - |
| CMYK | 0.94 | 0.72 | 0 | 0.10 |
| HSL | 226.11º | 0.89% | 0.47% | - |
| HSV(B) | 226.11º | 0.94% | 0.9% | - |
| XYZ | 16.09 | 9.3 | 75.08 | - |
| YUV | 66.97 | 219.44 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 63 | 229 | 0.94 | 0.72 | 0 | 0.10 | 226.11 | 0.89 | 0.47 |
| Hex | D | 3F | E5 | 5E | 48 | 0 | A | E2 | 59 | 2F |
| Octal | 15 | 77 | 345 | 136 | 110 | 0 | 12 | 342 | 131 | 57 |
| Binary | 1101 | 111111 | 11100101 | 1011110 | 1001000 | 0 | 1010 | 11100010 | 1011001 | 101111 |
Color Harmonies of #0D3FE5
Complementary color
Monochromatic Colors of #0D3FE5
Black with #0D3FE5
Text Example
Text Example
White with #0D3FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3FE5; }
p { color: rgb(13,63,229); }
H1.HeaderClassName
{
color: #0D3FE5;
}
.AnyTagClassName
{
color: #0D3FE5;
}
</style>
background-color css
<style>
a { background-color: #0D3FE5; }
a { background-color: rgb(13,63,229); }
div.DivClassName
{
background-color: #0D3FE5;
}
.BgClassName
{
background-color: #0D3FE5;
}
</style>
border-color css
<style>
span { border-color: #0D3FE5; }
span { border-color: rgb(13,63,229); }
td.TdClassName
{
border-color: #0D3FE5;
}
.TagClassName
{
border-color: #0D3FE5;
}
</style>