Shades of Persian Blue #1C2EBD
Tints of Persian Blue #1C2EBD
RGB
CMYK
RGB Variations
Color information
#1C2EBD (or 0x1C2EBD) is known color: Persian Blue. HEX triplet: 1C, 2E and BD. RGB value is (28,46,189). Sum of RGB (Red+Green+Blue) = 28+46+189=263 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.65% from 263); Green value is 46 (18.36% from 255 or 17.49% from 263); Blue value is 189 (74.22% from 255 or 71.86% from 263); Max value from RGB is 189 - color contains mainly: blue. Hex color #1C2EBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C2EBD is #E3D142. Grayscale: #383838. Windows color (decimal): -14930243 or 12398108. OLE color: 12398108.
HSL color Cylindrical-coordinate representation of color #1C2EBD: hue angle of 233.29º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C2EBD is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 46 | 189 | - |
| CMYK | 0.85 | 0.76 | 0 | 0.26 |
| HSL | 233.29º | 0.74% | 0.43% | - |
| HSV(B) | 233.29º | 0.85% | 0.74% | - |
| XYZ | 10.64 | 5.87 | 48.72 | - |
| YUV | 56.92 | 202.54 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 46 | 189 | 0.85 | 0.76 | 0 | 0.26 | 233.29 | 0.74 | 0.43 |
| Hex | 1C | 2E | BD | 55 | 4C | 0 | 1A | E9 | 4A | 2B |
| Octal | 34 | 56 | 275 | 125 | 114 | 0 | 32 | 351 | 112 | 53 |
| Binary | 11100 | 101110 | 10111101 | 1010101 | 1001100 | 0 | 11010 | 11101001 | 1001010 | 101011 |
Color Harmonies of #1C2EBD
Complementary color
Monochromatic Colors of #1C2EBD
Black with #1C2EBD
Text Example
Text Example
White with #1C2EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2EBD; }
p { color: rgb(28,46,189); }
H1.HeaderClassName
{
color: #1C2EBD;
}
.AnyTagClassName
{
color: #1C2EBD;
}
</style>
background-color css
<style>
a { background-color: #1C2EBD; }
a { background-color: rgb(28,46,189); }
div.DivClassName
{
background-color: #1C2EBD;
}
.BgClassName
{
background-color: #1C2EBD;
}
</style>
border-color css
<style>
span { border-color: #1C2EBD; }
span { border-color: rgb(28,46,189); }
td.TdClassName
{
border-color: #1C2EBD;
}
.TagClassName
{
border-color: #1C2EBD;
}
</style>