Shades of Persian Blue #1D42BB
Tints of Persian Blue #1D42BB
RGB
CMYK
RGB Variations
Color information
#1D42BB (or 0x1D42BB) is known color: Persian Blue. HEX triplet: 1D, 42 and BB. RGB value is (29,66,187). Sum of RGB (Red+Green+Blue) = 29+66+187=282 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.28% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 187 (73.44% from 255 or 66.31% from 282); Max value from RGB is 187 - color contains mainly: blue. Hex color #1D42BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D42BB is #E2BD44. Grayscale: #444444. Windows color (decimal): -14859589 or 12272157. OLE color: 12272157.
HSL color Cylindrical-coordinate representation of color #1D42BB: hue angle of 225.95º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D42BB is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 66 | 187 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.27 |
| HSL | 225.95º | 0.73% | 0.42% | - |
| HSV(B) | 225.95º | 0.84% | 0.73% | - |
| XYZ | 11.42 | 7.75 | 47.91 | - |
| YUV | 68.73 | 194.74 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 66 | 187 | 0.84 | 0.65 | 0 | 0.27 | 225.95 | 0.73 | 0.42 |
| Hex | 1D | 42 | BB | 54 | 41 | 0 | 1B | E2 | 49 | 2A |
| Octal | 35 | 102 | 273 | 124 | 101 | 0 | 33 | 342 | 111 | 52 |
| Binary | 11101 | 1000010 | 10111011 | 1010100 | 1000001 | 0 | 11011 | 11100010 | 1001001 | 101010 |
Color Harmonies of #1D42BB
Complementary color
Monochromatic Colors of #1D42BB
Black with #1D42BB
Text Example
Text Example
White with #1D42BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D42BB; }
p { color: rgb(29,66,187); }
H1.HeaderClassName
{
color: #1D42BB;
}
.AnyTagClassName
{
color: #1D42BB;
}
</style>
background-color css
<style>
a { background-color: #1D42BB; }
a { background-color: rgb(29,66,187); }
div.DivClassName
{
background-color: #1D42BB;
}
.BgClassName
{
background-color: #1D42BB;
}
</style>
border-color css
<style>
span { border-color: #1D42BB; }
span { border-color: rgb(29,66,187); }
td.TdClassName
{
border-color: #1D42BB;
}
.TagClassName
{
border-color: #1D42BB;
}
</style>