Shades of Persian Blue #1242B6
Tints of Persian Blue #1242B6
RGB
CMYK
RGB Variations
Color information
#1242B6 (or 0x1242B6) is known color: Persian Blue. HEX triplet: 12, 42 and B6. RGB value is (18,66,182). Sum of RGB (Red+Green+Blue) = 18+66+182=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 182 (71.48% from 255 or 68.42% from 266); Max value from RGB is 182 - color contains mainly: blue. Hex color #1242B6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1242B6 is #EDBD49. Grayscale: #404040. Windows color (decimal): -15580490 or 11944466. OLE color: 11944466.
HSL color Cylindrical-coordinate representation of color #1242B6: hue angle of 222.44º 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 #1242B6 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 66 | 182 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.29 |
| HSL | 222.44º | 0.82% | 0.39% | - |
| HSV(B) | 222.44º | 0.9% | 0.71% | - |
| XYZ | 10.64 | 7.4 | 45.12 | - |
| YUV | 64.87 | 194.1 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 66 | 182 | 0.90 | 0.64 | 0 | 0.29 | 222.44 | 0.82 | 0.39 |
| Hex | 12 | 42 | B6 | 5A | 40 | 0 | 1D | DE | 52 | 27 |
| Octal | 22 | 102 | 266 | 132 | 100 | 0 | 35 | 336 | 122 | 47 |
| Binary | 10010 | 1000010 | 10110110 | 1011010 | 1000000 | 0 | 11101 | 11011110 | 1010010 | 100111 |
Color Harmonies of #1242B6
Complementary color
Monochromatic Colors of #1242B6
Black with #1242B6
Text Example
Text Example
White with #1242B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1242B6; }
p { color: rgb(18,66,182); }
H1.HeaderClassName
{
color: #1242B6;
}
.AnyTagClassName
{
color: #1242B6;
}
</style>
background-color css
<style>
a { background-color: #1242B6; }
a { background-color: rgb(18,66,182); }
div.DivClassName
{
background-color: #1242B6;
}
.BgClassName
{
background-color: #1242B6;
}
</style>
border-color css
<style>
span { border-color: #1242B6; }
span { border-color: rgb(18,66,182); }
td.TdClassName
{
border-color: #1242B6;
}
.TagClassName
{
border-color: #1242B6;
}
</style>