Shades of Persian Blue #0D30CE
Tints of Persian Blue #0D30CE
RGB
CMYK
RGB Variations
Color information
#0D30CE (or 0x0D30CE) is known color: Persian Blue. HEX triplet: 0D, 30 and CE. RGB value is (13,48,206). Sum of RGB (Red+Green+Blue) = 13+48+206=267 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.87% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 206 (80.86% from 255 or 77.15% from 267); Max value from RGB is 206 - color contains mainly: blue. Hex color #0D30CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D30CE is #F2CF31. Grayscale: #363636. Windows color (decimal): -15912754 or 13512717. OLE color: 13512717.
HSL color Cylindrical-coordinate representation of color #0D30CE: hue angle of 229.12º 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 #0D30CE is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 48 | 206 | - |
| CMYK | 0.94 | 0.77 | 0 | 0.19 |
| HSL | 229.12º | 0.88% | 0.43% | - |
| HSV(B) | 229.12º | 0.94% | 0.81% | - |
| XYZ | 12.36 | 6.66 | 59.03 | - |
| YUV | 55.55 | 212.9 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 48 | 206 | 0.94 | 0.77 | 0 | 0.19 | 229.12 | 0.88 | 0.43 |
| Hex | D | 30 | CE | 5E | 4D | 0 | 13 | E5 | 58 | 2B |
| Octal | 15 | 60 | 316 | 136 | 115 | 0 | 23 | 345 | 130 | 53 |
| Binary | 1101 | 110000 | 11001110 | 1011110 | 1001101 | 0 | 10011 | 11100101 | 1011000 | 101011 |
Color Harmonies of #0D30CE
Complementary color
Monochromatic Colors of #0D30CE
Black with #0D30CE
Text Example
Text Example
White with #0D30CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D30CE; }
p { color: rgb(13,48,206); }
H1.HeaderClassName
{
color: #0D30CE;
}
.AnyTagClassName
{
color: #0D30CE;
}
</style>
background-color css
<style>
a { background-color: #0D30CE; }
a { background-color: rgb(13,48,206); }
div.DivClassName
{
background-color: #0D30CE;
}
.BgClassName
{
background-color: #0D30CE;
}
</style>
border-color css
<style>
span { border-color: #0D30CE; }
span { border-color: rgb(13,48,206); }
td.TdClassName
{
border-color: #0D30CE;
}
.TagClassName
{
border-color: #0D30CE;
}
</style>