Shades of Persian Blue #1C46BA
Tints of Persian Blue #1C46BA
RGB
CMYK
RGB Variations
Color information
#1C46BA (or 0x1C46BA) is known color: Persian Blue. HEX triplet: 1C, 46 and BA. RGB value is (28,70,186). Sum of RGB (Red+Green+Blue) = 28+70+186=284 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.86% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #1C46BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C46BA is #E3B945. Grayscale: #464646. Windows color (decimal): -14924102 or 12207644. OLE color: 12207644.
HSL color Cylindrical-coordinate representation of color #1C46BA: hue angle of 224.05º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C46BA is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 70 | 186 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.27 |
| HSL | 224.05º | 0.74% | 0.42% | - |
| HSV(B) | 224.05º | 0.85% | 0.73% | - |
| XYZ | 11.53 | 8.17 | 47.42 | - |
| YUV | 70.67 | 193.09 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 70 | 186 | 0.85 | 0.62 | 0 | 0.27 | 224.05 | 0.74 | 0.42 |
| Hex | 1C | 46 | BA | 55 | 3E | 0 | 1B | E0 | 4A | 2A |
| Octal | 34 | 106 | 272 | 125 | 76 | 0 | 33 | 340 | 112 | 52 |
| Binary | 11100 | 1000110 | 10111010 | 1010101 | 111110 | 0 | 11011 | 11100000 | 1001010 | 101010 |
Color Harmonies of #1C46BA
Complementary color
Monochromatic Colors of #1C46BA
Black with #1C46BA
Text Example
Text Example
White with #1C46BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C46BA; }
p { color: rgb(28,70,186); }
H1.HeaderClassName
{
color: #1C46BA;
}
.AnyTagClassName
{
color: #1C46BA;
}
</style>
background-color css
<style>
a { background-color: #1C46BA; }
a { background-color: rgb(28,70,186); }
div.DivClassName
{
background-color: #1C46BA;
}
.BgClassName
{
background-color: #1C46BA;
}
</style>
border-color css
<style>
span { border-color: #1C46BA; }
span { border-color: rgb(28,70,186); }
td.TdClassName
{
border-color: #1C46BA;
}
.TagClassName
{
border-color: #1C46BA;
}
</style>