Shades of Persian Blue #1246B4
Tints of Persian Blue #1246B4
RGB
CMYK
RGB Variations
Color information
#1246B4 (or 0x1246B4) is known color: Persian Blue. HEX triplet: 12, 46 and B4. RGB value is (18,70,180). Sum of RGB (Red+Green+Blue) = 18+70+180=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 180 (70.70% from 255 or 67.16% from 268); Max value from RGB is 180 - color contains mainly: blue. Hex color #1246B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1246B4 is #EDB94B. Grayscale: #424242. Windows color (decimal): -15579468 or 11814418. OLE color: 11814418.
HSL color Cylindrical-coordinate representation of color #1246B4: hue angle of 220.74º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1246B4 is Cyan = 0.9, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 70 | 180 | - |
| CMYK | 0.9 | 0.61 | 0 | 0.29 |
| HSL | 220.74º | 0.82% | 0.39% | - |
| HSV(B) | 220.74º | 0.9% | 0.71% | - |
| XYZ | 10.68 | 7.8 | 44.12 | - |
| YUV | 66.99 | 191.77 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 70 | 180 | 0.9 | 0.61 | 0 | 0.29 | 220.74 | 0.82 | 0.39 |
| Hex | 12 | 46 | B4 | 5A | 3D | 0 | 1D | DD | 52 | 27 |
| Octal | 22 | 106 | 264 | 132 | 75 | 0 | 35 | 335 | 122 | 47 |
| Binary | 10010 | 1000110 | 10110100 | 1011010 | 111101 | 0 | 11101 | 11011101 | 1010010 | 100111 |
Color Harmonies of #1246B4
Complementary color
Monochromatic Colors of #1246B4
Black with #1246B4
Text Example
Text Example
White with #1246B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1246B4; }
p { color: rgb(18,70,180); }
H1.HeaderClassName
{
color: #1246B4;
}
.AnyTagClassName
{
color: #1246B4;
}
</style>
background-color css
<style>
a { background-color: #1246B4; }
a { background-color: rgb(18,70,180); }
div.DivClassName
{
background-color: #1246B4;
}
.BgClassName
{
background-color: #1246B4;
}
</style>
border-color css
<style>
span { border-color: #1246B4; }
span { border-color: rgb(18,70,180); }
td.TdClassName
{
border-color: #1246B4;
}
.TagClassName
{
border-color: #1246B4;
}
</style>