Shades of Persian Blue #1C3CAC
Tints of Persian Blue #1C3CAC
RGB
CMYK
RGB Variations
Color information
#1C3CAC (or 0x1C3CAC) is known color: Persian Blue. HEX triplet: 1C, 3C and AC. RGB value is (28,60,172). Sum of RGB (Red+Green+Blue) = 28+60+172=260 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.77% from 260); Green value is 60 (23.83% from 255 or 23.08% from 260); Blue value is 172 (67.58% from 255 or 66.15% from 260); Max value from RGB is 172 - color contains mainly: blue. Hex color #1C3CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3CAC is #E3C353. Grayscale: #3E3E3E. Windows color (decimal): -14926676 or 11287580. OLE color: 11287580.
HSL color Cylindrical-coordinate representation of color #1C3CAC: hue angle of 226.67º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C3CAC is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 60 | 172 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.33 |
| HSL | 226.67º | 0.72% | 0.39% | - |
| HSV(B) | 226.67º | 0.84% | 0.67% | - |
| XYZ | 9.54 | 6.46 | 39.77 | - |
| YUV | 63.2 | 189.4 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 60 | 172 | 0.84 | 0.65 | 0 | 0.33 | 226.67 | 0.72 | 0.39 |
| Hex | 1C | 3C | AC | 54 | 41 | 0 | 21 | E3 | 48 | 27 |
| Octal | 34 | 74 | 254 | 124 | 101 | 0 | 41 | 343 | 110 | 47 |
| Binary | 11100 | 111100 | 10101100 | 1010100 | 1000001 | 0 | 100001 | 11100011 | 1001000 | 100111 |
Color Harmonies of #1C3CAC
Complementary color
Monochromatic Colors of #1C3CAC
Black with #1C3CAC
Text Example
Text Example
White with #1C3CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3CAC; }
p { color: rgb(28,60,172); }
H1.HeaderClassName
{
color: #1C3CAC;
}
.AnyTagClassName
{
color: #1C3CAC;
}
</style>
background-color css
<style>
a { background-color: #1C3CAC; }
a { background-color: rgb(28,60,172); }
div.DivClassName
{
background-color: #1C3CAC;
}
.BgClassName
{
background-color: #1C3CAC;
}
</style>
border-color css
<style>
span { border-color: #1C3CAC; }
span { border-color: rgb(28,60,172); }
td.TdClassName
{
border-color: #1C3CAC;
}
.TagClassName
{
border-color: #1C3CAC;
}
</style>