Shades of Persian Blue #1C2ECA
Tints of Persian Blue #1C2ECA
RGB
CMYK
RGB Variations
Color information
#1C2ECA (or 0x1C2ECA) is known color: Persian Blue. HEX triplet: 1C, 2E and CA. RGB value is (28,46,202). Sum of RGB (Red+Green+Blue) = 28+46+202=276 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.14% from 276); Green value is 46 (18.36% from 255 or 16.67% from 276); Blue value is 202 (79.30% from 255 or 73.19% from 276); Max value from RGB is 202 - color contains mainly: blue. Hex color #1C2ECA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C2ECA is #E3D135. Grayscale: #393939. Windows color (decimal): -14930230 or 13250076. OLE color: 13250076.
HSL color Cylindrical-coordinate representation of color #1C2ECA: hue angle of 233.79º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C2ECA is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 46 | 202 | - |
| CMYK | 0.86 | 0.77 | 0 | 0.21 |
| HSL | 233.79º | 0.76% | 0.45% | - |
| HSV(B) | 233.79º | 0.86% | 0.79% | - |
| XYZ | 12.12 | 6.47 | 56.49 | - |
| YUV | 58.4 | 209.04 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 46 | 202 | 0.86 | 0.77 | 0 | 0.21 | 233.79 | 0.76 | 0.45 |
| Hex | 1C | 2E | CA | 56 | 4D | 0 | 15 | EA | 4C | 2D |
| Octal | 34 | 56 | 312 | 126 | 115 | 0 | 25 | 352 | 114 | 55 |
| Binary | 11100 | 101110 | 11001010 | 1010110 | 1001101 | 0 | 10101 | 11101010 | 1001100 | 101101 |
Color Harmonies of #1C2ECA
Complementary color
Monochromatic Colors of #1C2ECA
Black with #1C2ECA
Text Example
Text Example
White with #1C2ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2ECA; }
p { color: rgb(28,46,202); }
H1.HeaderClassName
{
color: #1C2ECA;
}
.AnyTagClassName
{
color: #1C2ECA;
}
</style>
background-color css
<style>
a { background-color: #1C2ECA; }
a { background-color: rgb(28,46,202); }
div.DivClassName
{
background-color: #1C2ECA;
}
.BgClassName
{
background-color: #1C2ECA;
}
</style>
border-color css
<style>
span { border-color: #1C2ECA; }
span { border-color: rgb(28,46,202); }
td.TdClassName
{
border-color: #1C2ECA;
}
.TagClassName
{
border-color: #1C2ECA;
}
</style>