Shades of Persian Blue #1C36AF
Tints of Persian Blue #1C36AF
RGB
CMYK
RGB Variations
Color information
#1C36AF (or 0x1C36AF) is known color: Persian Blue. HEX triplet: 1C, 36 and AF. RGB value is (28,54,175). Sum of RGB (Red+Green+Blue) = 28+54+175=257 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.89% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 175 (68.75% from 255 or 68.09% from 257); Max value from RGB is 175 - color contains mainly: blue. Hex color #1C36AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C36AF is #E3C950. Grayscale: #3B3B3B. Windows color (decimal): -14928209 or 11482652. OLE color: 11482652.
HSL color Cylindrical-coordinate representation of color #1C36AF: hue angle of 229.39º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C36AF is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 28 | 54 | 175 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.31 |
| HSL | 229.39º | 0.72% | 0.4% | - |
| HSV(B) | 229.39º | 0.84% | 0.69% | - |
| XYZ | 9.54 | 5.98 | 41.21 | - |
| YUV | 60.02 | 192.89 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 54 | 175 | 0.84 | 0.69 | 0 | 0.31 | 229.39 | 0.72 | 0.4 |
| Hex | 1C | 36 | AF | 54 | 45 | 0 | 1F | E5 | 48 | 28 |
| Octal | 34 | 66 | 257 | 124 | 105 | 0 | 37 | 345 | 110 | 50 |
| Binary | 11100 | 110110 | 10101111 | 1010100 | 1000101 | 0 | 11111 | 11100101 | 1001000 | 101000 |
Color Harmonies of #1C36AF
Complementary color
Monochromatic Colors of #1C36AF
Black with #1C36AF
Text Example
Text Example
White with #1C36AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C36AF; }
p { color: rgb(28,54,175); }
H1.HeaderClassName
{
color: #1C36AF;
}
.AnyTagClassName
{
color: #1C36AF;
}
</style>
background-color css
<style>
a { background-color: #1C36AF; }
a { background-color: rgb(28,54,175); }
div.DivClassName
{
background-color: #1C36AF;
}
.BgClassName
{
background-color: #1C36AF;
}
</style>
border-color css
<style>
span { border-color: #1C36AF; }
span { border-color: rgb(28,54,175); }
td.TdClassName
{
border-color: #1C36AF;
}
.TagClassName
{
border-color: #1C36AF;
}
</style>