Shades of Persian Blue #1C2BBD
Tints of Persian Blue #1C2BBD
RGB
CMYK
RGB Variations
Color information
#1C2BBD (or 0x1C2BBD) is known color: Persian Blue. HEX triplet: 1C, 2B and BD. RGB value is (28,43,189). Sum of RGB (Red+Green+Blue) = 28+43+189=260 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.77% from 260); Green value is 43 (17.19% from 255 or 16.54% from 260); Blue value is 189 (74.22% from 255 or 72.69% from 260); Max value from RGB is 189 - color contains mainly: blue. Hex color #1C2BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C2BBD is #E3D442. Grayscale: #363636. Windows color (decimal): -14931011 or 12397340. OLE color: 12397340.
HSL color Cylindrical-coordinate representation of color #1C2BBD: hue angle of 234.41º 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 #1C2BBD is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 43 | 189 | - |
| CMYK | 0.85 | 0.77 | 0 | 0.26 |
| HSL | 234.41º | 0.74% | 0.43% | - |
| HSV(B) | 234.41º | 0.85% | 0.74% | - |
| XYZ | 10.53 | 5.65 | 48.68 | - |
| YUV | 55.16 | 203.53 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 43 | 189 | 0.85 | 0.77 | 0 | 0.26 | 234.41 | 0.74 | 0.43 |
| Hex | 1C | 2B | BD | 55 | 4D | 0 | 1A | EA | 4A | 2B |
| Octal | 34 | 53 | 275 | 125 | 115 | 0 | 32 | 352 | 112 | 53 |
| Binary | 11100 | 101011 | 10111101 | 1010101 | 1001101 | 0 | 11010 | 11101010 | 1001010 | 101011 |
Color Harmonies of #1C2BBD
Complementary color
Monochromatic Colors of #1C2BBD
Black with #1C2BBD
Text Example
Text Example
White with #1C2BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2BBD; }
p { color: rgb(28,43,189); }
H1.HeaderClassName
{
color: #1C2BBD;
}
.AnyTagClassName
{
color: #1C2BBD;
}
</style>
background-color css
<style>
a { background-color: #1C2BBD; }
a { background-color: rgb(28,43,189); }
div.DivClassName
{
background-color: #1C2BBD;
}
.BgClassName
{
background-color: #1C2BBD;
}
</style>
border-color css
<style>
span { border-color: #1C2BBD; }
span { border-color: rgb(28,43,189); }
td.TdClassName
{
border-color: #1C2BBD;
}
.TagClassName
{
border-color: #1C2BBD;
}
</style>