Shades of Persian Blue #1D26DF
Tints of Persian Blue #1D26DF
RGB
CMYK
RGB Variations
Color information
#1D26DF (or 0x1D26DF) is known color: Persian Blue. HEX triplet: 1D, 26 and DF. RGB value is (29,38,223). Sum of RGB (Red+Green+Blue) = 29+38+223=290 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 223 (87.5% from 255 or 76.90% from 290); Max value from RGB is 223 - color contains mainly: blue. Hex color #1D26DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D26DF is #E2D920. Grayscale: #373737. Windows color (decimal): -14866721 or 14624285. OLE color: 14624285.
HSL color Cylindrical-coordinate representation of color #1D26DF: hue angle of 237.22º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D26DF is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 38 | 223 | - |
| CMYK | 0.87 | 0.83 | 0 | 0.13 |
| HSL | 237.22º | 0.77% | 0.49% | - |
| HSV(B) | 237.22º | 0.87% | 0.87% | - |
| XYZ | 14.52 | 6.98 | 70.39 | - |
| YUV | 56.4 | 222.02 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 38 | 223 | 0.87 | 0.83 | 0 | 0.13 | 237.22 | 0.77 | 0.49 |
| Hex | 1D | 26 | DF | 57 | 53 | 0 | D | ED | 4D | 31 |
| Octal | 35 | 46 | 337 | 127 | 123 | 0 | 15 | 355 | 115 | 61 |
| Binary | 11101 | 100110 | 11011111 | 1010111 | 1010011 | 0 | 1101 | 11101101 | 1001101 | 110001 |
Color Harmonies of #1D26DF
Complementary color
Monochromatic Colors of #1D26DF
Black with #1D26DF
Text Example
Text Example
White with #1D26DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D26DF; }
p { color: rgb(29,38,223); }
H1.HeaderClassName
{
color: #1D26DF;
}
.AnyTagClassName
{
color: #1D26DF;
}
</style>
background-color css
<style>
a { background-color: #1D26DF; }
a { background-color: rgb(29,38,223); }
div.DivClassName
{
background-color: #1D26DF;
}
.BgClassName
{
background-color: #1D26DF;
}
</style>
border-color css
<style>
span { border-color: #1D26DF; }
span { border-color: rgb(29,38,223); }
td.TdClassName
{
border-color: #1D26DF;
}
.TagClassName
{
border-color: #1D26DF;
}
</style>