Shades of Persian Blue #1C2AEB
Tints of Persian Blue #1C2AEB
RGB
CMYK
RGB Variations
Color information
#1C2AEB (or 0x1C2AEB) is known color: Persian Blue. HEX triplet: 1C, 2A and EB. RGB value is (28,42,235). Sum of RGB (Red+Green+Blue) = 28+42+235=305 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.18% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 235 (92.19% from 255 or 77.05% from 305); Max value from RGB is 235 - color contains mainly: blue. Hex color #1C2AEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C2AEB is #E3D514. Grayscale: #3B3B3B. Windows color (decimal): -14931221 or 15411740. OLE color: 15411740.
HSL color Cylindrical-coordinate representation of color #1C2AEB: hue angle of 235.94º 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 #1C2AEB is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 42 | 235 | - |
| CMYK | 0.88 | 0.82 | 0 | 0.08 |
| HSL | 235.94º | 0.84% | 0.52% | - |
| HSV(B) | 235.94º | 0.88% | 0.92% | - |
| XYZ | 16.3 | 7.9 | 79.26 | - |
| YUV | 59.82 | 226.86 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 42 | 235 | 0.88 | 0.82 | 0 | 0.08 | 235.94 | 0.84 | 0.52 |
| Hex | 1C | 2A | EB | 58 | 52 | 0 | 8 | EC | 54 | 34 |
| Octal | 34 | 52 | 353 | 130 | 122 | 0 | 10 | 354 | 124 | 64 |
| Binary | 11100 | 101010 | 11101011 | 1011000 | 1010010 | 0 | 1000 | 11101100 | 1010100 | 110100 |
Color Harmonies of #1C2AEB
Complementary color
Monochromatic Colors of #1C2AEB
Black with #1C2AEB
Text Example
Text Example
White with #1C2AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2AEB; }
p { color: rgb(28,42,235); }
H1.HeaderClassName
{
color: #1C2AEB;
}
.AnyTagClassName
{
color: #1C2AEB;
}
</style>
background-color css
<style>
a { background-color: #1C2AEB; }
a { background-color: rgb(28,42,235); }
div.DivClassName
{
background-color: #1C2AEB;
}
.BgClassName
{
background-color: #1C2AEB;
}
</style>
border-color css
<style>
span { border-color: #1C2AEB; }
span { border-color: rgb(28,42,235); }
td.TdClassName
{
border-color: #1C2AEB;
}
.TagClassName
{
border-color: #1C2AEB;
}
</style>