Shades of Persian Blue #1C2ABC
Tints of Persian Blue #1C2ABC
RGB
CMYK
RGB Variations
Color information
#1C2ABC (or 0x1C2ABC) is known color: Persian Blue. HEX triplet: 1C, 2A and BC. RGB value is (28,42,188). Sum of RGB (Red+Green+Blue) = 28+42+188=258 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.85% from 258); Green value is 42 (16.80% from 255 or 16.28% from 258); Blue value is 188 (73.83% from 255 or 72.87% from 258); Max value from RGB is 188 - color contains mainly: blue. Hex color #1C2ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C2ABC is #E3D543. Grayscale: #353535. Windows color (decimal): -14931268 or 12331548. OLE color: 12331548.
HSL color Cylindrical-coordinate representation of color #1C2ABC: hue angle of 234.75º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C2ABC is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 42 | 188 | - |
| CMYK | 0.85 | 0.78 | 0 | 0.26 |
| HSL | 234.75º | 0.74% | 0.42% | - |
| HSV(B) | 234.75º | 0.85% | 0.74% | - |
| XYZ | 10.38 | 5.53 | 48.1 | - |
| YUV | 54.46 | 203.36 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 42 | 188 | 0.85 | 0.78 | 0 | 0.26 | 234.75 | 0.74 | 0.42 |
| Hex | 1C | 2A | BC | 55 | 4E | 0 | 1A | EB | 4A | 2A |
| Octal | 34 | 52 | 274 | 125 | 116 | 0 | 32 | 353 | 112 | 52 |
| Binary | 11100 | 101010 | 10111100 | 1010101 | 1001110 | 0 | 11010 | 11101011 | 1001010 | 101010 |
Color Harmonies of #1C2ABC
Complementary color
Monochromatic Colors of #1C2ABC
Black with #1C2ABC
Text Example
Text Example
White with #1C2ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2ABC; }
p { color: rgb(28,42,188); }
H1.HeaderClassName
{
color: #1C2ABC;
}
.AnyTagClassName
{
color: #1C2ABC;
}
</style>
background-color css
<style>
a { background-color: #1C2ABC; }
a { background-color: rgb(28,42,188); }
div.DivClassName
{
background-color: #1C2ABC;
}
.BgClassName
{
background-color: #1C2ABC;
}
</style>
border-color css
<style>
span { border-color: #1C2ABC; }
span { border-color: rgb(28,42,188); }
td.TdClassName
{
border-color: #1C2ABC;
}
.TagClassName
{
border-color: #1C2ABC;
}
</style>