Shades of Persian Blue #1B42ED
Tints of Persian Blue #1B42ED
RGB
CMYK
RGB Variations
Color information
#1B42ED (or 0x1B42ED) is known color: Persian Blue. HEX triplet: 1B, 42 and ED. RGB value is (27,66,237). Sum of RGB (Red+Green+Blue) = 27+66+237=330 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.18% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 237 (92.97% from 255 or 71.82% from 330); Max value from RGB is 237 - color contains mainly: blue. Hex color #1B42ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B42ED is #E4BD12. Grayscale: #494949. Windows color (decimal): -14990611 or 15548955. OLE color: 15548955.
HSL color Cylindrical-coordinate representation of color #1B42ED: hue angle of 228.86º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B42ED is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 66 | 237 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.07 |
| HSL | 228.86º | 0.85% | 0.52% | - |
| HSV(B) | 228.86º | 0.89% | 0.93% | - |
| XYZ | 17.69 | 10.24 | 81.17 | - |
| YUV | 73.83 | 220.08 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 66 | 237 | 0.89 | 0.72 | 0 | 0.07 | 228.86 | 0.85 | 0.52 |
| Hex | 1B | 42 | ED | 59 | 48 | 0 | 7 | E5 | 55 | 34 |
| Octal | 33 | 102 | 355 | 131 | 110 | 0 | 7 | 345 | 125 | 64 |
| Binary | 11011 | 1000010 | 11101101 | 1011001 | 1001000 | 0 | 111 | 11100101 | 1010101 | 110100 |
Color Harmonies of #1B42ED
Complementary color
Monochromatic Colors of #1B42ED
Black with #1B42ED
Text Example
Text Example
White with #1B42ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B42ED; }
p { color: rgb(27,66,237); }
H1.HeaderClassName
{
color: #1B42ED;
}
.AnyTagClassName
{
color: #1B42ED;
}
</style>
background-color css
<style>
a { background-color: #1B42ED; }
a { background-color: rgb(27,66,237); }
div.DivClassName
{
background-color: #1B42ED;
}
.BgClassName
{
background-color: #1B42ED;
}
</style>
border-color css
<style>
span { border-color: #1B42ED; }
span { border-color: rgb(27,66,237); }
td.TdClassName
{
border-color: #1B42ED;
}
.TagClassName
{
border-color: #1B42ED;
}
</style>