Shades of Persian Blue #1D41BE
Tints of Persian Blue #1D41BE
RGB
CMYK
RGB Variations
Color information
#1D41BE (or 0x1D41BE) is known color: Persian Blue. HEX triplet: 1D, 41 and BE. RGB value is (29,65,190). Sum of RGB (Red+Green+Blue) = 29+65+190=284 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.21% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 190 (74.61% from 255 or 66.90% from 284); Max value from RGB is 190 - color contains mainly: blue. Hex color #1D41BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D41BE is #E2BE41. Grayscale: #434343. Windows color (decimal): -14859842 or 12468509. OLE color: 12468509.
HSL color Cylindrical-coordinate representation of color #1D41BE: hue angle of 226.58º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D41BE is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 65 | 190 | - |
| CMYK | 0.85 | 0.66 | 0 | 0.25 |
| HSL | 226.58º | 0.74% | 0.43% | - |
| HSV(B) | 226.58º | 0.85% | 0.75% | - |
| XYZ | 11.69 | 7.76 | 49.6 | - |
| YUV | 68.49 | 196.57 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 65 | 190 | 0.85 | 0.66 | 0 | 0.25 | 226.58 | 0.74 | 0.43 |
| Hex | 1D | 41 | BE | 55 | 42 | 0 | 19 | E3 | 4A | 2B |
| Octal | 35 | 101 | 276 | 125 | 102 | 0 | 31 | 343 | 112 | 53 |
| Binary | 11101 | 1000001 | 10111110 | 1010101 | 1000010 | 0 | 11001 | 11100011 | 1001010 | 101011 |
Color Harmonies of #1D41BE
Complementary color
Monochromatic Colors of #1D41BE
Black with #1D41BE
Text Example
Text Example
White with #1D41BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D41BE; }
p { color: rgb(29,65,190); }
H1.HeaderClassName
{
color: #1D41BE;
}
.AnyTagClassName
{
color: #1D41BE;
}
</style>
background-color css
<style>
a { background-color: #1D41BE; }
a { background-color: rgb(29,65,190); }
div.DivClassName
{
background-color: #1D41BE;
}
.BgClassName
{
background-color: #1D41BE;
}
</style>
border-color css
<style>
span { border-color: #1D41BE; }
span { border-color: rgb(29,65,190); }
td.TdClassName
{
border-color: #1D41BE;
}
.TagClassName
{
border-color: #1D41BE;
}
</style>