Shades of Persian Blue #1C42AC
Tints of Persian Blue #1C42AC
RGB
CMYK
RGB Variations
Color information
#1C42AC (or 0x1C42AC) is known color: Persian Blue. HEX triplet: 1C, 42 and AC. RGB value is (28,66,172). Sum of RGB (Red+Green+Blue) = 28+66+172=266 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.53% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 172 (67.58% from 255 or 64.66% from 266); Max value from RGB is 172 - color contains mainly: blue. Hex color #1C42AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C42AC is #E3BD53. Grayscale: #424242. Windows color (decimal): -14925140 or 11289116. OLE color: 11289116.
HSL color Cylindrical-coordinate representation of color #1C42AC: hue angle of 224.17º 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 #1C42AC is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 66 | 172 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.33 |
| HSL | 224.17º | 0.72% | 0.39% | - |
| HSV(B) | 224.17º | 0.84% | 0.67% | - |
| XYZ | 9.87 | 7.12 | 39.88 | - |
| YUV | 66.72 | 187.41 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 66 | 172 | 0.84 | 0.62 | 0 | 0.33 | 224.17 | 0.72 | 0.39 |
| Hex | 1C | 42 | AC | 54 | 3E | 0 | 21 | E0 | 48 | 27 |
| Octal | 34 | 102 | 254 | 124 | 76 | 0 | 41 | 340 | 110 | 47 |
| Binary | 11100 | 1000010 | 10101100 | 1010100 | 111110 | 0 | 100001 | 11100000 | 1001000 | 100111 |
Color Harmonies of #1C42AC
Complementary color
Monochromatic Colors of #1C42AC
Black with #1C42AC
Text Example
Text Example
White with #1C42AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C42AC; }
p { color: rgb(28,66,172); }
H1.HeaderClassName
{
color: #1C42AC;
}
.AnyTagClassName
{
color: #1C42AC;
}
</style>
background-color css
<style>
a { background-color: #1C42AC; }
a { background-color: rgb(28,66,172); }
div.DivClassName
{
background-color: #1C42AC;
}
.BgClassName
{
background-color: #1C42AC;
}
</style>
border-color css
<style>
span { border-color: #1C42AC; }
span { border-color: rgb(28,66,172); }
td.TdClassName
{
border-color: #1C42AC;
}
.TagClassName
{
border-color: #1C42AC;
}
</style>