Shades of Persian Blue #0D3CF4
Tints of Persian Blue #0D3CF4
RGB
CMYK
RGB Variations
Color information
#0D3CF4 (or 0x0D3CF4) is known color: Persian Blue. HEX triplet: 0D, 3C and F4. RGB value is (13,60,244). Sum of RGB (Red+Green+Blue) = 13+60+244=317 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.10% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 244 (95.70% from 255 or 76.97% from 317); Max value from RGB is 244 - color contains mainly: blue. Hex color #0D3CF4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D3CF4 is #F2C30B. Grayscale: #424242. Windows color (decimal): -15909644 or 16006157. OLE color: 16006157.
HSL color Cylindrical-coordinate representation of color #0D3CF4: hue angle of 227.79º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D3CF4 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 13 | 60 | 244 | - |
| CMYK | 0.95 | 0.75 | 0 | 0.04 |
| HSL | 227.79º | 0.91% | 0.5% | - |
| HSV(B) | 227.79º | 0.95% | 0.96% | - |
| XYZ | 18.11 | 9.85 | 86.53 | - |
| YUV | 66.92 | 227.93 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 60 | 244 | 0.95 | 0.75 | 0 | 0.04 | 227.79 | 0.91 | 0.5 |
| Hex | D | 3C | F4 | 5F | 4B | 0 | 4 | E4 | 5B | 32 |
| Octal | 15 | 74 | 364 | 137 | 113 | 0 | 4 | 344 | 133 | 62 |
| Binary | 1101 | 111100 | 11110100 | 1011111 | 1001011 | 0 | 100 | 11100100 | 1011011 | 110010 |
Color Harmonies of #0D3CF4
Complementary color
Monochromatic Colors of #0D3CF4
Black with #0D3CF4
Text Example
Text Example
White with #0D3CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3CF4; }
p { color: rgb(13,60,244); }
H1.HeaderClassName
{
color: #0D3CF4;
}
.AnyTagClassName
{
color: #0D3CF4;
}
</style>
background-color css
<style>
a { background-color: #0D3CF4; }
a { background-color: rgb(13,60,244); }
div.DivClassName
{
background-color: #0D3CF4;
}
.BgClassName
{
background-color: #0D3CF4;
}
</style>
border-color css
<style>
span { border-color: #0D3CF4; }
span { border-color: rgb(13,60,244); }
td.TdClassName
{
border-color: #0D3CF4;
}
.TagClassName
{
border-color: #0D3CF4;
}
</style>