Shades of Persian Blue #1D23C2
Tints of Persian Blue #1D23C2
RGB
CMYK
RGB Variations
Color information
#1D23C2 (or 0x1D23C2) is known color: Persian Blue. HEX triplet: 1D, 23 and C2. RGB value is (29,35,194). Sum of RGB (Red+Green+Blue) = 29+35+194=258 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.24% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 194 (76.17% from 255 or 75.19% from 258); Max value from RGB is 194 - color contains mainly: blue. Hex color #1D23C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D23C2 is #E2DC3D. Grayscale: #323232. Windows color (decimal): -14867518 or 12722973. OLE color: 12722973.
HSL color Cylindrical-coordinate representation of color #1D23C2: hue angle of 237.82º 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 #1D23C2 is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 35 | 194 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.24 |
| HSL | 237.82º | 0.74% | 0.44% | - |
| HSV(B) | 237.82º | 0.85% | 0.76% | - |
| XYZ | 10.85 | 5.36 | 51.5 | - |
| YUV | 51.33 | 208.51 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 35 | 194 | 0.85 | 0.82 | 0 | 0.24 | 237.82 | 0.74 | 0.44 |
| Hex | 1D | 23 | C2 | 55 | 52 | 0 | 18 | EE | 4A | 2C |
| Octal | 35 | 43 | 302 | 125 | 122 | 0 | 30 | 356 | 112 | 54 |
| Binary | 11101 | 100011 | 11000010 | 1010101 | 1010010 | 0 | 11000 | 11101110 | 1001010 | 101100 |
Color Harmonies of #1D23C2
Complementary color
Monochromatic Colors of #1D23C2
Black with #1D23C2
Text Example
Text Example
White with #1D23C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D23C2; }
p { color: rgb(29,35,194); }
H1.HeaderClassName
{
color: #1D23C2;
}
.AnyTagClassName
{
color: #1D23C2;
}
</style>
background-color css
<style>
a { background-color: #1D23C2; }
a { background-color: rgb(29,35,194); }
div.DivClassName
{
background-color: #1D23C2;
}
.BgClassName
{
background-color: #1D23C2;
}
</style>
border-color css
<style>
span { border-color: #1D23C2; }
span { border-color: rgb(29,35,194); }
td.TdClassName
{
border-color: #1D23C2;
}
.TagClassName
{
border-color: #1D23C2;
}
</style>