Shades of Persian Blue #1D2ECF
Tints of Persian Blue #1D2ECF
RGB
CMYK
RGB Variations
Color information
#1D2ECF (or 0x1D2ECF) is known color: Persian Blue. HEX triplet: 1D, 2E and CF. RGB value is (29,46,207). Sum of RGB (Red+Green+Blue) = 29+46+207=282 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.28% from 282); Green value is 46 (18.36% from 255 or 16.31% from 282); Blue value is 207 (81.25% from 255 or 73.40% from 282); Max value from RGB is 207 - color contains mainly: blue. Hex color #1D2ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D2ECF is #E2D130. Grayscale: #3A3A3A. Windows color (decimal): -14864689 or 13577757. OLE color: 13577757.
HSL color Cylindrical-coordinate representation of color #1D2ECF: hue angle of 234.27º 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 #1D2ECF is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 46 | 207 | - |
| CMYK | 0.86 | 0.78 | 0 | 0.19 |
| HSL | 234.27º | 0.75% | 0.46% | - |
| HSV(B) | 234.27º | 0.86% | 0.81% | - |
| XYZ | 12.75 | 6.72 | 59.66 | - |
| YUV | 59.27 | 211.37 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 46 | 207 | 0.86 | 0.78 | 0 | 0.19 | 234.27 | 0.75 | 0.46 |
| Hex | 1D | 2E | CF | 56 | 4E | 0 | 13 | EA | 4B | 2E |
| Octal | 35 | 56 | 317 | 126 | 116 | 0 | 23 | 352 | 113 | 56 |
| Binary | 11101 | 101110 | 11001111 | 1010110 | 1001110 | 0 | 10011 | 11101010 | 1001011 | 101110 |
Color Harmonies of #1D2ECF
Complementary color
Monochromatic Colors of #1D2ECF
Black with #1D2ECF
Text Example
Text Example
White with #1D2ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2ECF; }
p { color: rgb(29,46,207); }
H1.HeaderClassName
{
color: #1D2ECF;
}
.AnyTagClassName
{
color: #1D2ECF;
}
</style>
background-color css
<style>
a { background-color: #1D2ECF; }
a { background-color: rgb(29,46,207); }
div.DivClassName
{
background-color: #1D2ECF;
}
.BgClassName
{
background-color: #1D2ECF;
}
</style>
border-color css
<style>
span { border-color: #1D2ECF; }
span { border-color: rgb(29,46,207); }
td.TdClassName
{
border-color: #1D2ECF;
}
.TagClassName
{
border-color: #1D2ECF;
}
</style>