Shades of Persian Blue #1C2DBC
Tints of Persian Blue #1C2DBC
RGB
CMYK
RGB Variations
Color information
#1C2DBC (or 0x1C2DBC) is known color: Persian Blue. HEX triplet: 1C, 2D and BC. RGB value is (28,45,188). Sum of RGB (Red+Green+Blue) = 28+45+188=261 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.73% from 261); Green value is 45 (17.97% from 255 or 17.24% from 261); Blue value is 188 (73.83% from 255 or 72.03% from 261); Max value from RGB is 188 - color contains mainly: blue. Hex color #1C2DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C2DBC is #E3D243. Grayscale: #373737. Windows color (decimal): -14930500 or 12332316. OLE color: 12332316.
HSL color Cylindrical-coordinate representation of color #1C2DBC: hue angle of 233.62º 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 #1C2DBC is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 45 | 188 | - |
| CMYK | 0.85 | 0.76 | 0 | 0.26 |
| HSL | 233.63º | 0.74% | 0.42% | - |
| HSV(B) | 233.63º | 0.85% | 0.74% | - |
| XYZ | 10.49 | 5.75 | 48.13 | - |
| YUV | 56.22 | 202.37 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 45 | 188 | 0.85 | 0.76 | 0 | 0.26 | 233.63 | 0.74 | 0.42 |
| Hex | 1C | 2D | BC | 55 | 4C | 0 | 1A | EA | 4A | 2A |
| Octal | 34 | 55 | 274 | 125 | 114 | 0 | 32 | 352 | 112 | 52 |
| Binary | 11100 | 101101 | 10111100 | 1010101 | 1001100 | 0 | 11010 | 11101010 | 1001010 | 101010 |
Color Harmonies of #1C2DBC
Complementary color
Monochromatic Colors of #1C2DBC
Black with #1C2DBC
Text Example
Text Example
White with #1C2DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2DBC; }
p { color: rgb(28,45,188); }
H1.HeaderClassName
{
color: #1C2DBC;
}
.AnyTagClassName
{
color: #1C2DBC;
}
</style>
background-color css
<style>
a { background-color: #1C2DBC; }
a { background-color: rgb(28,45,188); }
div.DivClassName
{
background-color: #1C2DBC;
}
.BgClassName
{
background-color: #1C2DBC;
}
</style>
border-color css
<style>
span { border-color: #1C2DBC; }
span { border-color: rgb(28,45,188); }
td.TdClassName
{
border-color: #1C2DBC;
}
.TagClassName
{
border-color: #1C2DBC;
}
</style>