Shades of Persian Blue #1C3FAD
Tints of Persian Blue #1C3FAD
RGB
CMYK
RGB Variations
Color information
#1C3FAD (or 0x1C3FAD) is known color: Persian Blue. HEX triplet: 1C, 3F and AD. RGB value is (28,63,173). Sum of RGB (Red+Green+Blue) = 28+63+173=264 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.61% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 173 (67.97% from 255 or 65.53% from 264); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C3FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3FAD is #E3C052. Grayscale: #404040. Windows color (decimal): -14925907 or 11353884. OLE color: 11353884.
HSL color Cylindrical-coordinate representation of color #1C3FAD: hue angle of 225.52º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C3FAD is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 28 | 63 | 173 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.32 |
| HSL | 225.52º | 0.72% | 0.39% | - |
| HSV(B) | 225.52º | 0.84% | 0.68% | - |
| XYZ | 9.8 | 6.82 | 40.33 | - |
| YUV | 65.08 | 188.9 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 63 | 173 | 0.84 | 0.64 | 0 | 0.32 | 225.52 | 0.72 | 0.39 |
| Hex | 1C | 3F | AD | 54 | 40 | 0 | 20 | E2 | 48 | 27 |
| Octal | 34 | 77 | 255 | 124 | 100 | 0 | 40 | 342 | 110 | 47 |
| Binary | 11100 | 111111 | 10101101 | 1010100 | 1000000 | 0 | 100000 | 11100010 | 1001000 | 100111 |
Color Harmonies of #1C3FAD
Complementary color
Monochromatic Colors of #1C3FAD
Black with #1C3FAD
Text Example
Text Example
White with #1C3FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3FAD; }
p { color: rgb(28,63,173); }
H1.HeaderClassName
{
color: #1C3FAD;
}
.AnyTagClassName
{
color: #1C3FAD;
}
</style>
background-color css
<style>
a { background-color: #1C3FAD; }
a { background-color: rgb(28,63,173); }
div.DivClassName
{
background-color: #1C3FAD;
}
.BgClassName
{
background-color: #1C3FAD;
}
</style>
border-color css
<style>
span { border-color: #1C3FAD; }
span { border-color: rgb(28,63,173); }
td.TdClassName
{
border-color: #1C3FAD;
}
.TagClassName
{
border-color: #1C3FAD;
}
</style>