Shades of Persian Blue #1D41CB
Tints of Persian Blue #1D41CB
RGB
CMYK
RGB Variations
Color information
#1D41CB (or 0x1D41CB) is known color: Persian Blue. HEX triplet: 1D, 41 and CB. RGB value is (29,65,203). Sum of RGB (Red+Green+Blue) = 29+65+203=297 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.76% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 203 (79.69% from 255 or 68.35% from 297); Max value from RGB is 203 - color contains mainly: blue. Hex color #1D41CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D41CB is #E2BE34. Grayscale: #454545. Windows color (decimal): -14859829 or 13320477. OLE color: 13320477.
HSL color Cylindrical-coordinate representation of color #1D41CB: hue angle of 227.59º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D41CB is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 65 | 203 | - |
| CMYK | 0.86 | 0.68 | 0 | 0.20 |
| HSL | 227.59º | 0.75% | 0.45% | - |
| HSV(B) | 227.59º | 0.86% | 0.8% | - |
| XYZ | 13.18 | 8.35 | 57.42 | - |
| YUV | 69.97 | 203.07 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 65 | 203 | 0.86 | 0.68 | 0 | 0.20 | 227.59 | 0.75 | 0.45 |
| Hex | 1D | 41 | CB | 56 | 44 | 0 | 14 | E4 | 4B | 2D |
| Octal | 35 | 101 | 313 | 126 | 104 | 0 | 24 | 344 | 113 | 55 |
| Binary | 11101 | 1000001 | 11001011 | 1010110 | 1000100 | 0 | 10100 | 11100100 | 1001011 | 101101 |
Color Harmonies of #1D41CB
Complementary color
Monochromatic Colors of #1D41CB
Black with #1D41CB
Text Example
Text Example
White with #1D41CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D41CB; }
p { color: rgb(29,65,203); }
H1.HeaderClassName
{
color: #1D41CB;
}
.AnyTagClassName
{
color: #1D41CB;
}
</style>
background-color css
<style>
a { background-color: #1D41CB; }
a { background-color: rgb(29,65,203); }
div.DivClassName
{
background-color: #1D41CB;
}
.BgClassName
{
background-color: #1D41CB;
}
</style>
border-color css
<style>
span { border-color: #1D41CB; }
span { border-color: rgb(29,65,203); }
td.TdClassName
{
border-color: #1D41CB;
}
.TagClassName
{
border-color: #1D41CB;
}
</style>