Shades of Persian Blue #1D3EBE
Tints of Persian Blue #1D3EBE
RGB
CMYK
RGB Variations
Color information
#1D3EBE (or 0x1D3EBE) is known color: Persian Blue. HEX triplet: 1D, 3E and BE. RGB value is (29,62,190). Sum of RGB (Red+Green+Blue) = 29+62+190=281 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.32% from 281); Green value is 62 (24.61% from 255 or 22.06% from 281); Blue value is 190 (74.61% from 255 or 67.62% from 281); Max value from RGB is 190 - color contains mainly: blue. Hex color #1D3EBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D3EBE is #E2C141. Grayscale: #424242. Windows color (decimal): -14860610 or 12467741. OLE color: 12467741.
HSL color Cylindrical-coordinate representation of color #1D3EBE: hue angle of 227.7º 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 #1D3EBE is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 62 | 190 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.25 |
| HSL | 227.7º | 0.74% | 0.43% | - |
| HSV(B) | 227.7º | 0.85% | 0.75% | - |
| XYZ | 11.52 | 7.42 | 49.54 | - |
| YUV | 66.73 | 197.57 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 62 | 190 | 0.85 | 0.67 | 0 | 0.25 | 227.7 | 0.74 | 0.43 |
| Hex | 1D | 3E | BE | 55 | 43 | 0 | 19 | E4 | 4A | 2B |
| Octal | 35 | 76 | 276 | 125 | 103 | 0 | 31 | 344 | 112 | 53 |
| Binary | 11101 | 111110 | 10111110 | 1010101 | 1000011 | 0 | 11001 | 11100100 | 1001010 | 101011 |
Color Harmonies of #1D3EBE
Complementary color
Monochromatic Colors of #1D3EBE
Black with #1D3EBE
Text Example
Text Example
White with #1D3EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3EBE; }
p { color: rgb(29,62,190); }
H1.HeaderClassName
{
color: #1D3EBE;
}
.AnyTagClassName
{
color: #1D3EBE;
}
</style>
background-color css
<style>
a { background-color: #1D3EBE; }
a { background-color: rgb(29,62,190); }
div.DivClassName
{
background-color: #1D3EBE;
}
.BgClassName
{
background-color: #1D3EBE;
}
</style>
border-color css
<style>
span { border-color: #1D3EBE; }
span { border-color: rgb(29,62,190); }
td.TdClassName
{
border-color: #1D3EBE;
}
.TagClassName
{
border-color: #1D3EBE;
}
</style>