Shades of Persian Blue #1C3BAF
Tints of Persian Blue #1C3BAF
RGB
CMYK
RGB Variations
Color information
#1C3BAF (or 0x1C3BAF) is known color: Persian Blue. HEX triplet: 1C, 3B and AF. RGB value is (28,59,175). Sum of RGB (Red+Green+Blue) = 28+59+175=262 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.69% from 262); Green value is 59 (23.44% from 255 or 22.52% from 262); Blue value is 175 (68.75% from 255 or 66.79% from 262); Max value from RGB is 175 - color contains mainly: blue. Hex color #1C3BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3BAF is #E3C450. Grayscale: #3E3E3E. Windows color (decimal): -14926929 or 11483932. OLE color: 11483932.
HSL color Cylindrical-coordinate representation of color #1C3BAF: hue angle of 227.35º 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 #1C3BAF is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 28 | 59 | 175 | - |
| CMYK | 0.84 | 0.66 | 0 | 0.31 |
| HSL | 227.35º | 0.72% | 0.4% | - |
| HSV(B) | 227.35º | 0.84% | 0.69% | - |
| XYZ | 9.78 | 6.47 | 41.29 | - |
| YUV | 62.96 | 191.23 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 59 | 175 | 0.84 | 0.66 | 0 | 0.31 | 227.35 | 0.72 | 0.4 |
| Hex | 1C | 3B | AF | 54 | 42 | 0 | 1F | E3 | 48 | 28 |
| Octal | 34 | 73 | 257 | 124 | 102 | 0 | 37 | 343 | 110 | 50 |
| Binary | 11100 | 111011 | 10101111 | 1010100 | 1000010 | 0 | 11111 | 11100011 | 1001000 | 101000 |
Color Harmonies of #1C3BAF
Complementary color
Monochromatic Colors of #1C3BAF
Black with #1C3BAF
Text Example
Text Example
White with #1C3BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3BAF; }
p { color: rgb(28,59,175); }
H1.HeaderClassName
{
color: #1C3BAF;
}
.AnyTagClassName
{
color: #1C3BAF;
}
</style>
background-color css
<style>
a { background-color: #1C3BAF; }
a { background-color: rgb(28,59,175); }
div.DivClassName
{
background-color: #1C3BAF;
}
.BgClassName
{
background-color: #1C3BAF;
}
</style>
border-color css
<style>
span { border-color: #1C3BAF; }
span { border-color: rgb(28,59,175); }
td.TdClassName
{
border-color: #1C3BAF;
}
.TagClassName
{
border-color: #1C3BAF;
}
</style>