Shades of Persian Blue #1246C0
Tints of Persian Blue #1246C0
RGB
CMYK
RGB Variations
Color information
#1246C0 (or 0x1246C0) is known color: Persian Blue. HEX triplet: 12, 46 and C0. RGB value is (18,70,192). Sum of RGB (Red+Green+Blue) = 18+70+192=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 192 (75.39% from 255 or 68.57% from 280); Max value from RGB is 192 - color contains mainly: blue. Hex color #1246C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1246C0 is #EDB93F. Grayscale: #434343. Windows color (decimal): -15579456 or 12600850. OLE color: 12600850.
HSL color Cylindrical-coordinate representation of color #1246C0: hue angle of 222.07º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1246C0 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 70 | 192 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.25 |
| HSL | 222.07º | 0.83% | 0.41% | - |
| HSV(B) | 222.07º | 0.91% | 0.75% | - |
| XYZ | 11.95 | 8.31 | 50.84 | - |
| YUV | 68.36 | 197.77 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 70 | 192 | 0.91 | 0.64 | 0 | 0.25 | 222.07 | 0.83 | 0.41 |
| Hex | 12 | 46 | C0 | 5B | 40 | 0 | 19 | DE | 53 | 29 |
| Octal | 22 | 106 | 300 | 133 | 100 | 0 | 31 | 336 | 123 | 51 |
| Binary | 10010 | 1000110 | 11000000 | 1011011 | 1000000 | 0 | 11001 | 11011110 | 1010011 | 101001 |
Color Harmonies of #1246C0
Complementary color
Monochromatic Colors of #1246C0
Black with #1246C0
Text Example
Text Example
White with #1246C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1246C0; }
p { color: rgb(18,70,192); }
H1.HeaderClassName
{
color: #1246C0;
}
.AnyTagClassName
{
color: #1246C0;
}
</style>
background-color css
<style>
a { background-color: #1246C0; }
a { background-color: rgb(18,70,192); }
div.DivClassName
{
background-color: #1246C0;
}
.BgClassName
{
background-color: #1246C0;
}
</style>
border-color css
<style>
span { border-color: #1246C0; }
span { border-color: rgb(18,70,192); }
td.TdClassName
{
border-color: #1246C0;
}
.TagClassName
{
border-color: #1246C0;
}
</style>