Shades of Persian Blue #1C46CB
Tints of Persian Blue #1C46CB
RGB
CMYK
RGB Variations
Color information
#1C46CB (or 0x1C46CB) is known color: Persian Blue. HEX triplet: 1C, 46 and CB. RGB value is (28,70,203). Sum of RGB (Red+Green+Blue) = 28+70+203=301 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.30% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 203 (79.69% from 255 or 67.44% from 301); Max value from RGB is 203 - color contains mainly: blue. Hex color #1C46CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C46CB is #E3B934. Grayscale: #484848. Windows color (decimal): -14924085 or 13321756. OLE color: 13321756.
HSL color Cylindrical-coordinate representation of color #1C46CB: hue angle of 225.6º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C46CB is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 70 | 203 | - |
| CMYK | 0.86 | 0.66 | 0 | 0.20 |
| HSL | 225.6º | 0.76% | 0.45% | - |
| HSV(B) | 225.6º | 0.86% | 0.8% | - |
| XYZ | 13.45 | 8.94 | 57.52 | - |
| YUV | 72.6 | 201.59 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 70 | 203 | 0.86 | 0.66 | 0 | 0.20 | 225.6 | 0.76 | 0.45 |
| Hex | 1C | 46 | CB | 56 | 42 | 0 | 14 | E2 | 4C | 2D |
| Octal | 34 | 106 | 313 | 126 | 102 | 0 | 24 | 342 | 114 | 55 |
| Binary | 11100 | 1000110 | 11001011 | 1010110 | 1000010 | 0 | 10100 | 11100010 | 1001100 | 101101 |
Color Harmonies of #1C46CB
Complementary color
Monochromatic Colors of #1C46CB
Black with #1C46CB
Text Example
Text Example
White with #1C46CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C46CB; }
p { color: rgb(28,70,203); }
H1.HeaderClassName
{
color: #1C46CB;
}
.AnyTagClassName
{
color: #1C46CB;
}
</style>
background-color css
<style>
a { background-color: #1C46CB; }
a { background-color: rgb(28,70,203); }
div.DivClassName
{
background-color: #1C46CB;
}
.BgClassName
{
background-color: #1C46CB;
}
</style>
border-color css
<style>
span { border-color: #1C46CB; }
span { border-color: rgb(28,70,203); }
td.TdClassName
{
border-color: #1C46CB;
}
.TagClassName
{
border-color: #1C46CB;
}
</style>