Shades of Persian Blue #1C2EEB
Tints of Persian Blue #1C2EEB
RGB
CMYK
RGB Variations
Color information
#1C2EEB (or 0x1C2EEB) is known color: Persian Blue. HEX triplet: 1C, 2E and EB. RGB value is (28,46,235). Sum of RGB (Red+Green+Blue) = 28+46+235=309 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.06% from 309); Green value is 46 (18.36% from 255 or 14.89% from 309); Blue value is 235 (92.19% from 255 or 76.05% from 309); Max value from RGB is 235 - color contains mainly: blue. Hex color #1C2EEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C2EEB is #E3D114. Grayscale: #3D3D3D. Windows color (decimal): -14930197 or 15412764. OLE color: 15412764.
HSL color Cylindrical-coordinate representation of color #1C2EEB: hue angle of 234.78º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C2EEB is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 46 | 235 | - |
| CMYK | 0.88 | 0.80 | 0 | 0.08 |
| HSL | 234.78º | 0.84% | 0.52% | - |
| HSV(B) | 234.78º | 0.88% | 0.92% | - |
| XYZ | 16.45 | 8.2 | 79.31 | - |
| YUV | 62.16 | 225.54 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 46 | 235 | 0.88 | 0.80 | 0 | 0.08 | 234.78 | 0.84 | 0.52 |
| Hex | 1C | 2E | EB | 58 | 50 | 0 | 8 | EB | 54 | 34 |
| Octal | 34 | 56 | 353 | 130 | 120 | 0 | 10 | 353 | 124 | 64 |
| Binary | 11100 | 101110 | 11101011 | 1011000 | 1010000 | 0 | 1000 | 11101011 | 1010100 | 110100 |
Color Harmonies of #1C2EEB
Complementary color
Monochromatic Colors of #1C2EEB
Black with #1C2EEB
Text Example
Text Example
White with #1C2EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2EEB; }
p { color: rgb(28,46,235); }
H1.HeaderClassName
{
color: #1C2EEB;
}
.AnyTagClassName
{
color: #1C2EEB;
}
</style>
background-color css
<style>
a { background-color: #1C2EEB; }
a { background-color: rgb(28,46,235); }
div.DivClassName
{
background-color: #1C2EEB;
}
.BgClassName
{
background-color: #1C2EEB;
}
</style>
border-color css
<style>
span { border-color: #1C2EEB; }
span { border-color: rgb(28,46,235); }
td.TdClassName
{
border-color: #1C2EEB;
}
.TagClassName
{
border-color: #1C2EEB;
}
</style>