Shades of Persian Blue #1E2CBB
Tints of Persian Blue #1E2CBB
RGB
CMYK
RGB Variations
Color information
#1E2CBB (or 0x1E2CBB) is known color: Persian Blue. HEX triplet: 1E, 2C and BB. RGB value is (30,44,187). Sum of RGB (Red+Green+Blue) = 30+44+187=261 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.49% from 261); Green value is 44 (17.58% from 255 or 16.86% from 261); Blue value is 187 (73.44% from 255 or 71.65% from 261); Max value from RGB is 187 - color contains mainly: blue. Hex color #1E2CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E2CBB is #E1D344. Grayscale: #373737. Windows color (decimal): -14799685 or 12266526. OLE color: 12266526.
HSL color Cylindrical-coordinate representation of color #1E2CBB: hue angle of 234.65º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E2CBB is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 44 | 187 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.27 |
| HSL | 234.65º | 0.72% | 0.43% | - |
| HSV(B) | 234.65º | 0.84% | 0.73% | - |
| XYZ | 10.41 | 5.67 | 47.56 | - |
| YUV | 56.12 | 201.86 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 44 | 187 | 0.84 | 0.76 | 0 | 0.27 | 234.65 | 0.72 | 0.43 |
| Hex | 1E | 2C | BB | 54 | 4C | 0 | 1B | EB | 48 | 2B |
| Octal | 36 | 54 | 273 | 124 | 114 | 0 | 33 | 353 | 110 | 53 |
| Binary | 11110 | 101100 | 10111011 | 1010100 | 1001100 | 0 | 11011 | 11101011 | 1001000 | 101011 |
Color Harmonies of #1E2CBB
Complementary color
Monochromatic Colors of #1E2CBB
Black with #1E2CBB
Text Example
Text Example
White with #1E2CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2CBB; }
p { color: rgb(30,44,187); }
H1.HeaderClassName
{
color: #1E2CBB;
}
.AnyTagClassName
{
color: #1E2CBB;
}
</style>
background-color css
<style>
a { background-color: #1E2CBB; }
a { background-color: rgb(30,44,187); }
div.DivClassName
{
background-color: #1E2CBB;
}
.BgClassName
{
background-color: #1E2CBB;
}
</style>
border-color css
<style>
span { border-color: #1E2CBB; }
span { border-color: rgb(30,44,187); }
td.TdClassName
{
border-color: #1E2CBB;
}
.TagClassName
{
border-color: #1E2CBB;
}
</style>