Shades of Persian Blue #1D46CE
Tints of Persian Blue #1D46CE
RGB
CMYK
RGB Variations
Color information
#1D46CE (or 0x1D46CE) is known color: Persian Blue. HEX triplet: 1D, 46 and CE. RGB value is (29,70,206). Sum of RGB (Red+Green+Blue) = 29+70+206=305 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.51% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 206 (80.86% from 255 or 67.54% from 305); Max value from RGB is 206 - color contains mainly: blue. Hex color #1D46CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D46CE is #E2B931. Grayscale: #484848. Windows color (decimal): -14858546 or 13518365. OLE color: 13518365.
HSL color Cylindrical-coordinate representation of color #1D46CE: hue angle of 226.1º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D46CE is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 70 | 206 | - |
| CMYK | 0.86 | 0.66 | 0 | 0.19 |
| HSL | 226.1º | 0.75% | 0.46% | - |
| HSV(B) | 226.1º | 0.86% | 0.81% | - |
| XYZ | 13.84 | 9.1 | 59.42 | - |
| YUV | 73.25 | 202.92 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 70 | 206 | 0.86 | 0.66 | 0 | 0.19 | 226.1 | 0.75 | 0.46 |
| Hex | 1D | 46 | CE | 56 | 42 | 0 | 13 | E2 | 4B | 2E |
| Octal | 35 | 106 | 316 | 126 | 102 | 0 | 23 | 342 | 113 | 56 |
| Binary | 11101 | 1000110 | 11001110 | 1010110 | 1000010 | 0 | 10011 | 11100010 | 1001011 | 101110 |
Color Harmonies of #1D46CE
Complementary color
Monochromatic Colors of #1D46CE
Black with #1D46CE
Text Example
Text Example
White with #1D46CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D46CE; }
p { color: rgb(29,70,206); }
H1.HeaderClassName
{
color: #1D46CE;
}
.AnyTagClassName
{
color: #1D46CE;
}
</style>
background-color css
<style>
a { background-color: #1D46CE; }
a { background-color: rgb(29,70,206); }
div.DivClassName
{
background-color: #1D46CE;
}
.BgClassName
{
background-color: #1D46CE;
}
</style>
border-color css
<style>
span { border-color: #1D46CE; }
span { border-color: rgb(29,70,206); }
td.TdClassName
{
border-color: #1D46CE;
}
.TagClassName
{
border-color: #1D46CE;
}
</style>