Shades of Persian Blue #1246B7
Tints of Persian Blue #1246B7
RGB
CMYK
RGB Variations
Color information
#1246B7 (or 0x1246B7) is known color: Persian Blue. HEX triplet: 12, 46 and B7. RGB value is (18,70,183). Sum of RGB (Red+Green+Blue) = 18+70+183=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 183 (71.88% from 255 or 67.53% from 271); Max value from RGB is 183 - color contains mainly: blue. Hex color #1246B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1246B7 is #EDB948. Grayscale: #424242. Windows color (decimal): -15579465 or 12011026. OLE color: 12011026.
HSL color Cylindrical-coordinate representation of color #1246B7: hue angle of 221.09º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1246B7 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 70 | 183 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.28 |
| HSL | 221.09º | 0.82% | 0.39% | - |
| HSV(B) | 221.09º | 0.9% | 0.72% | - |
| XYZ | 10.99 | 7.93 | 45.75 | - |
| YUV | 67.33 | 193.27 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 70 | 183 | 0.90 | 0.62 | 0 | 0.28 | 221.09 | 0.82 | 0.39 |
| Hex | 12 | 46 | B7 | 5A | 3E | 0 | 1C | DD | 52 | 27 |
| Octal | 22 | 106 | 267 | 132 | 76 | 0 | 34 | 335 | 122 | 47 |
| Binary | 10010 | 1000110 | 10110111 | 1011010 | 111110 | 0 | 11100 | 11011101 | 1010010 | 100111 |
Color Harmonies of #1246B7
Complementary color
Monochromatic Colors of #1246B7
Black with #1246B7
Text Example
Text Example
White with #1246B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1246B7; }
p { color: rgb(18,70,183); }
H1.HeaderClassName
{
color: #1246B7;
}
.AnyTagClassName
{
color: #1246B7;
}
</style>
background-color css
<style>
a { background-color: #1246B7; }
a { background-color: rgb(18,70,183); }
div.DivClassName
{
background-color: #1246B7;
}
.BgClassName
{
background-color: #1246B7;
}
</style>
border-color css
<style>
span { border-color: #1246B7; }
span { border-color: rgb(18,70,183); }
td.TdClassName
{
border-color: #1246B7;
}
.TagClassName
{
border-color: #1246B7;
}
</style>