Shades of Persian Blue #1D42BC
Tints of Persian Blue #1D42BC
RGB
CMYK
RGB Variations
Color information
#1D42BC (or 0x1D42BC) is known color: Persian Blue. HEX triplet: 1D, 42 and BC. RGB value is (29,66,188). Sum of RGB (Red+Green+Blue) = 29+66+188=283 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.25% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 188 (73.83% from 255 or 66.43% from 283); Max value from RGB is 188 - color contains mainly: blue. Hex color #1D42BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D42BC is #E2BD43. Grayscale: #444444. Windows color (decimal): -14859588 or 12337693. OLE color: 12337693.
HSL color Cylindrical-coordinate representation of color #1D42BC: hue angle of 226.04º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D42BC is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 66 | 188 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.26 |
| HSL | 226.04º | 0.73% | 0.43% | - |
| HSV(B) | 226.04º | 0.85% | 0.74% | - |
| XYZ | 11.53 | 7.79 | 48.47 | - |
| YUV | 68.85 | 195.24 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 66 | 188 | 0.85 | 0.65 | 0 | 0.26 | 226.04 | 0.73 | 0.43 |
| Hex | 1D | 42 | BC | 55 | 41 | 0 | 1A | E2 | 49 | 2B |
| Octal | 35 | 102 | 274 | 125 | 101 | 0 | 32 | 342 | 111 | 53 |
| Binary | 11101 | 1000010 | 10111100 | 1010101 | 1000001 | 0 | 11010 | 11100010 | 1001001 | 101011 |
Color Harmonies of #1D42BC
Complementary color
Monochromatic Colors of #1D42BC
Black with #1D42BC
Text Example
Text Example
White with #1D42BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D42BC; }
p { color: rgb(29,66,188); }
H1.HeaderClassName
{
color: #1D42BC;
}
.AnyTagClassName
{
color: #1D42BC;
}
</style>
background-color css
<style>
a { background-color: #1D42BC; }
a { background-color: rgb(29,66,188); }
div.DivClassName
{
background-color: #1D42BC;
}
.BgClassName
{
background-color: #1D42BC;
}
</style>
border-color css
<style>
span { border-color: #1D42BC; }
span { border-color: rgb(29,66,188); }
td.TdClassName
{
border-color: #1D42BC;
}
.TagClassName
{
border-color: #1D42BC;
}
</style>