Shades of Persian Blue #1C3CBA
Tints of Persian Blue #1C3CBA
RGB
CMYK
RGB Variations
Color information
#1C3CBA (or 0x1C3CBA) is known color: Persian Blue. HEX triplet: 1C, 3C and BA. RGB value is (28,60,186). Sum of RGB (Red+Green+Blue) = 28+60+186=274 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.22% from 274); Green value is 60 (23.83% from 255 or 21.90% from 274); Blue value is 186 (73.05% from 255 or 67.88% from 274); Max value from RGB is 186 - color contains mainly: blue. Hex color #1C3CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C3CBA is #E3C345. Grayscale: #404040. Windows color (decimal): -14926662 or 12205084. OLE color: 12205084.
HSL color Cylindrical-coordinate representation of color #1C3CBA: hue angle of 227.85º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C3CBA is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 60 | 186 | - |
| CMYK | 0.85 | 0.68 | 0 | 0.27 |
| HSL | 227.85º | 0.74% | 0.42% | - |
| HSV(B) | 227.85º | 0.85% | 0.73% | - |
| XYZ | 10.96 | 7.02 | 47.23 | - |
| YUV | 64.8 | 196.4 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 60 | 186 | 0.85 | 0.68 | 0 | 0.27 | 227.85 | 0.74 | 0.42 |
| Hex | 1C | 3C | BA | 55 | 44 | 0 | 1B | E4 | 4A | 2A |
| Octal | 34 | 74 | 272 | 125 | 104 | 0 | 33 | 344 | 112 | 52 |
| Binary | 11100 | 111100 | 10111010 | 1010101 | 1000100 | 0 | 11011 | 11100100 | 1001010 | 101010 |
Color Harmonies of #1C3CBA
Complementary color
Monochromatic Colors of #1C3CBA
Black with #1C3CBA
Text Example
Text Example
White with #1C3CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3CBA; }
p { color: rgb(28,60,186); }
H1.HeaderClassName
{
color: #1C3CBA;
}
.AnyTagClassName
{
color: #1C3CBA;
}
</style>
background-color css
<style>
a { background-color: #1C3CBA; }
a { background-color: rgb(28,60,186); }
div.DivClassName
{
background-color: #1C3CBA;
}
.BgClassName
{
background-color: #1C3CBA;
}
</style>
border-color css
<style>
span { border-color: #1C3CBA; }
span { border-color: rgb(28,60,186); }
td.TdClassName
{
border-color: #1C3CBA;
}
.TagClassName
{
border-color: #1C3CBA;
}
</style>