Shades of Persian Blue #1B1EB2
Tints of Persian Blue #1B1EB2
RGB
CMYK
RGB Variations
Color information
#1B1EB2 (or 0x1B1EB2) is known color: Persian Blue. HEX triplet: 1B, 1E and B2. RGB value is (27,30,178). Sum of RGB (Red+Green+Blue) = 27+30+178=235 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.49% from 235); Green value is 30 (12.11% from 255 or 12.77% from 235); Blue value is 178 (69.92% from 255 or 75.74% from 235); Max value from RGB is 178 - color contains mainly: blue. Hex color #1B1EB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B1EB2 is #E4E14D. Grayscale: #2D2D2D. Windows color (decimal): -14999886 or 11673115. OLE color: 11673115.
HSL color Cylindrical-coordinate representation of color #1B1EB2: hue angle of 238.81º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B1EB2 is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 27 | 30 | 178 | - |
| CMYK | 0.85 | 0.83 | 0 | 0.30 |
| HSL | 238.81º | 0.74% | 0.4% | - |
| HSV(B) | 238.81º | 0.85% | 0.7% | - |
| XYZ | 8.95 | 4.38 | 42.49 | - |
| YUV | 45.98 | 202.51 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 30 | 178 | 0.85 | 0.83 | 0 | 0.30 | 238.81 | 0.74 | 0.4 |
| Hex | 1B | 1E | B2 | 55 | 53 | 0 | 1E | EF | 4A | 28 |
| Octal | 33 | 36 | 262 | 125 | 123 | 0 | 36 | 357 | 112 | 50 |
| Binary | 11011 | 11110 | 10110010 | 1010101 | 1010011 | 0 | 11110 | 11101111 | 1001010 | 101000 |
Color Harmonies of #1B1EB2
Complementary color
Monochromatic Colors of #1B1EB2
Black with #1B1EB2
Text Example
Text Example
White with #1B1EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1EB2; }
p { color: rgb(27,30,178); }
H1.HeaderClassName
{
color: #1B1EB2;
}
.AnyTagClassName
{
color: #1B1EB2;
}
</style>
background-color css
<style>
a { background-color: #1B1EB2; }
a { background-color: rgb(27,30,178); }
div.DivClassName
{
background-color: #1B1EB2;
}
.BgClassName
{
background-color: #1B1EB2;
}
</style>
border-color css
<style>
span { border-color: #1B1EB2; }
span { border-color: rgb(27,30,178); }
td.TdClassName
{
border-color: #1B1EB2;
}
.TagClassName
{
border-color: #1B1EB2;
}
</style>