Shades of Persian Blue #1242BB
Tints of Persian Blue #1242BB
RGB
CMYK
RGB Variations
Color information
#1242BB (or 0x1242BB) is known color: Persian Blue. HEX triplet: 12, 42 and BB. RGB value is (18,66,187). Sum of RGB (Red+Green+Blue) = 18+66+187=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 187 (73.44% from 255 or 69.00% from 271); Max value from RGB is 187 - color contains mainly: blue. Hex color #1242BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1242BB is #EDBD44. Grayscale: #404040. Windows color (decimal): -15580485 or 12272146. OLE color: 12272146.
HSL color Cylindrical-coordinate representation of color #1242BB: hue angle of 222.96º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1242BB is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 66 | 187 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.27 |
| HSL | 222.96º | 0.82% | 0.4% | - |
| HSV(B) | 222.96º | 0.9% | 0.73% | - |
| XYZ | 11.17 | 7.61 | 47.89 | - |
| YUV | 65.44 | 196.6 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 66 | 187 | 0.90 | 0.65 | 0 | 0.27 | 222.96 | 0.82 | 0.4 |
| Hex | 12 | 42 | BB | 5A | 41 | 0 | 1B | DF | 52 | 28 |
| Octal | 22 | 102 | 273 | 132 | 101 | 0 | 33 | 337 | 122 | 50 |
| Binary | 10010 | 1000010 | 10111011 | 1011010 | 1000001 | 0 | 11011 | 11011111 | 1010010 | 101000 |
Color Harmonies of #1242BB
Complementary color
Monochromatic Colors of #1242BB
Black with #1242BB
Text Example
Text Example
White with #1242BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1242BB; }
p { color: rgb(18,66,187); }
H1.HeaderClassName
{
color: #1242BB;
}
.AnyTagClassName
{
color: #1242BB;
}
</style>
background-color css
<style>
a { background-color: #1242BB; }
a { background-color: rgb(18,66,187); }
div.DivClassName
{
background-color: #1242BB;
}
.BgClassName
{
background-color: #1242BB;
}
</style>
border-color css
<style>
span { border-color: #1242BB; }
span { border-color: rgb(18,66,187); }
td.TdClassName
{
border-color: #1242BB;
}
.TagClassName
{
border-color: #1242BB;
}
</style>