Shades of Persian Blue #1D43C2
Tints of Persian Blue #1D43C2
RGB
CMYK
RGB Variations
Color information
#1D43C2 (or 0x1D43C2) is known color: Persian Blue. HEX triplet: 1D, 43 and C2. RGB value is (29,67,194). Sum of RGB (Red+Green+Blue) = 29+67+194=290 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 194 (76.17% from 255 or 66.90% from 290); Max value from RGB is 194 - color contains mainly: blue. Hex color #1D43C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D43C2 is #E2BC3D. Grayscale: #454545. Windows color (decimal): -14859326 or 12731165. OLE color: 12731165.
HSL color Cylindrical-coordinate representation of color #1D43C2: hue angle of 226.18º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D43C2 is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 67 | 194 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.24 |
| HSL | 226.18º | 0.74% | 0.44% | - |
| HSV(B) | 226.18º | 0.85% | 0.76% | - |
| XYZ | 12.25 | 8.17 | 51.97 | - |
| YUV | 70.12 | 197.91 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 67 | 194 | 0.85 | 0.65 | 0 | 0.24 | 226.18 | 0.74 | 0.44 |
| Hex | 1D | 43 | C2 | 55 | 41 | 0 | 18 | E2 | 4A | 2C |
| Octal | 35 | 103 | 302 | 125 | 101 | 0 | 30 | 342 | 112 | 54 |
| Binary | 11101 | 1000011 | 11000010 | 1010101 | 1000001 | 0 | 11000 | 11100010 | 1001010 | 101100 |
Color Harmonies of #1D43C2
Complementary color
Monochromatic Colors of #1D43C2
Black with #1D43C2
Text Example
Text Example
White with #1D43C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D43C2; }
p { color: rgb(29,67,194); }
H1.HeaderClassName
{
color: #1D43C2;
}
.AnyTagClassName
{
color: #1D43C2;
}
</style>
background-color css
<style>
a { background-color: #1D43C2; }
a { background-color: rgb(29,67,194); }
div.DivClassName
{
background-color: #1D43C2;
}
.BgClassName
{
background-color: #1D43C2;
}
</style>
border-color css
<style>
span { border-color: #1D43C2; }
span { border-color: rgb(29,67,194); }
td.TdClassName
{
border-color: #1D43C2;
}
.TagClassName
{
border-color: #1D43C2;
}
</style>