Shades of Persian Blue #1B42AD
Tints of Persian Blue #1B42AD
RGB
CMYK
RGB Variations
Color information
#1B42AD (or 0x1B42AD) is known color: Persian Blue. HEX triplet: 1B, 42 and AD. RGB value is (27,66,173). Sum of RGB (Red+Green+Blue) = 27+66+173=266 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.15% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 173 (67.97% from 255 or 65.04% from 266); Max value from RGB is 173 - color contains mainly: blue. Hex color #1B42AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B42AD is #E4BD52. Grayscale: #424242. Windows color (decimal): -14990675 or 11354651. OLE color: 11354651.
HSL color Cylindrical-coordinate representation of color #1B42AD: hue angle of 223.97º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B42AD is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 27 | 66 | 173 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.32 |
| HSL | 223.97º | 0.73% | 0.39% | - |
| HSV(B) | 223.97º | 0.84% | 0.68% | - |
| XYZ | 9.94 | 7.15 | 40.39 | - |
| YUV | 66.54 | 188.08 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 66 | 173 | 0.84 | 0.62 | 0 | 0.32 | 223.97 | 0.73 | 0.39 |
| Hex | 1B | 42 | AD | 54 | 3E | 0 | 20 | E0 | 49 | 27 |
| Octal | 33 | 102 | 255 | 124 | 76 | 0 | 40 | 340 | 111 | 47 |
| Binary | 11011 | 1000010 | 10101101 | 1010100 | 111110 | 0 | 100000 | 11100000 | 1001001 | 100111 |
Color Harmonies of #1B42AD
Complementary color
Monochromatic Colors of #1B42AD
Black with #1B42AD
Text Example
Text Example
White with #1B42AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B42AD; }
p { color: rgb(27,66,173); }
H1.HeaderClassName
{
color: #1B42AD;
}
.AnyTagClassName
{
color: #1B42AD;
}
</style>
background-color css
<style>
a { background-color: #1B42AD; }
a { background-color: rgb(27,66,173); }
div.DivClassName
{
background-color: #1B42AD;
}
.BgClassName
{
background-color: #1B42AD;
}
</style>
border-color css
<style>
span { border-color: #1B42AD; }
span { border-color: rgb(27,66,173); }
td.TdClassName
{
border-color: #1B42AD;
}
.TagClassName
{
border-color: #1B42AD;
}
</style>