Shades of Persian Blue #1C2BE9
Tints of Persian Blue #1C2BE9
RGB
CMYK
RGB Variations
Color information
#1C2BE9 (or 0x1C2BE9) is known color: Persian Blue. HEX triplet: 1C, 2B and E9. RGB value is (28,43,233). Sum of RGB (Red+Green+Blue) = 28+43+233=304 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.21% from 304); Green value is 43 (17.19% from 255 or 14.14% from 304); Blue value is 233 (91.41% from 255 or 76.64% from 304); Max value from RGB is 233 - color contains mainly: blue. Hex color #1C2BE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C2BE9 is #E3D416. Grayscale: #3B3B3B. Windows color (decimal): -14930967 or 15280924. OLE color: 15280924.
HSL color Cylindrical-coordinate representation of color #1C2BE9: hue angle of 235.61º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C2BE9 is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 28 | 43 | 233 | - |
| CMYK | 0.88 | 0.82 | 0 | 0.09 |
| HSL | 235.61º | 0.82% | 0.51% | - |
| HSV(B) | 235.61º | 0.88% | 0.91% | - |
| XYZ | 16.05 | 7.86 | 77.76 | - |
| YUV | 60.18 | 225.53 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 43 | 233 | 0.88 | 0.82 | 0 | 0.09 | 235.61 | 0.82 | 0.51 |
| Hex | 1C | 2B | E9 | 58 | 52 | 0 | 9 | EC | 52 | 33 |
| Octal | 34 | 53 | 351 | 130 | 122 | 0 | 11 | 354 | 122 | 63 |
| Binary | 11100 | 101011 | 11101001 | 1011000 | 1010010 | 0 | 1001 | 11101100 | 1010010 | 110011 |
Color Harmonies of #1C2BE9
Complementary color
Monochromatic Colors of #1C2BE9
Black with #1C2BE9
Text Example
Text Example
White with #1C2BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2BE9; }
p { color: rgb(28,43,233); }
H1.HeaderClassName
{
color: #1C2BE9;
}
.AnyTagClassName
{
color: #1C2BE9;
}
</style>
background-color css
<style>
a { background-color: #1C2BE9; }
a { background-color: rgb(28,43,233); }
div.DivClassName
{
background-color: #1C2BE9;
}
.BgClassName
{
background-color: #1C2BE9;
}
</style>
border-color css
<style>
span { border-color: #1C2BE9; }
span { border-color: rgb(28,43,233); }
td.TdClassName
{
border-color: #1C2BE9;
}
.TagClassName
{
border-color: #1C2BE9;
}
</style>