Shades of Persian Blue #1242CC
Tints of Persian Blue #1242CC
RGB
CMYK
RGB Variations
Color information
#1242CC (or 0x1242CC) is known color: Persian Blue. HEX triplet: 12, 42 and CC. RGB value is (18,66,204). Sum of RGB (Red+Green+Blue) = 18+66+204=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 204 (80.08% from 255 or 70.83% from 288); Max value from RGB is 204 - color contains mainly: blue. Hex color #1242CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1242CC is #EDBD33. Grayscale: #424242. Windows color (decimal): -15580468 or 13386258. OLE color: 13386258.
HSL color Cylindrical-coordinate representation of color #1242CC: hue angle of 224.52º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1242CC is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 66 | 204 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.2 |
| HSL | 224.52º | 0.84% | 0.44% | - |
| HSV(B) | 224.52º | 0.91% | 0.8% | - |
| XYZ | 13.1 | 8.38 | 58.05 | - |
| YUV | 67.38 | 205.1 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 66 | 204 | 0.91 | 0.68 | 0 | 0.2 | 224.52 | 0.84 | 0.44 |
| Hex | 12 | 42 | CC | 5B | 44 | 0 | 14 | E1 | 54 | 2C |
| Octal | 22 | 102 | 314 | 133 | 104 | 0 | 24 | 341 | 124 | 54 |
| Binary | 10010 | 1000010 | 11001100 | 1011011 | 1000100 | 0 | 10100 | 11100001 | 1010100 | 101100 |
Color Harmonies of #1242CC
Complementary color
Monochromatic Colors of #1242CC
Black with #1242CC
Text Example
Text Example
White with #1242CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1242CC; }
p { color: rgb(18,66,204); }
H1.HeaderClassName
{
color: #1242CC;
}
.AnyTagClassName
{
color: #1242CC;
}
</style>
background-color css
<style>
a { background-color: #1242CC; }
a { background-color: rgb(18,66,204); }
div.DivClassName
{
background-color: #1242CC;
}
.BgClassName
{
background-color: #1242CC;
}
</style>
border-color css
<style>
span { border-color: #1242CC; }
span { border-color: rgb(18,66,204); }
td.TdClassName
{
border-color: #1242CC;
}
.TagClassName
{
border-color: #1242CC;
}
</style>