Shades of Persian Blue #1240CC
Tints of Persian Blue #1240CC
RGB
CMYK
RGB Variations
Color information
#1240CC (or 0x1240CC) is known color: Persian Blue. HEX triplet: 12, 40 and CC. RGB value is (18,64,204). Sum of RGB (Red+Green+Blue) = 18+64+204=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 204 (80.08% from 255 or 71.33% from 286); Max value from RGB is 204 - color contains mainly: blue. Hex color #1240CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1240CC is #EDBF33. Grayscale: #414141. Windows color (decimal): -15580980 or 13385746. OLE color: 13385746.
HSL color Cylindrical-coordinate representation of color #1240CC: hue angle of 225.16º 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 #1240CC is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 64 | 204 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.2 |
| HSL | 225.16º | 0.84% | 0.44% | - |
| HSV(B) | 225.16º | 0.91% | 0.8% | - |
| XYZ | 12.98 | 8.16 | 58.02 | - |
| YUV | 66.21 | 205.76 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 64 | 204 | 0.91 | 0.69 | 0 | 0.2 | 225.16 | 0.84 | 0.44 |
| Hex | 12 | 40 | CC | 5B | 45 | 0 | 14 | E1 | 54 | 2C |
| Octal | 22 | 100 | 314 | 133 | 105 | 0 | 24 | 341 | 124 | 54 |
| Binary | 10010 | 1000000 | 11001100 | 1011011 | 1000101 | 0 | 10100 | 11100001 | 1010100 | 101100 |
Color Harmonies of #1240CC
Complementary color
Monochromatic Colors of #1240CC
Black with #1240CC
Text Example
Text Example
White with #1240CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1240CC; }
p { color: rgb(18,64,204); }
H1.HeaderClassName
{
color: #1240CC;
}
.AnyTagClassName
{
color: #1240CC;
}
</style>
background-color css
<style>
a { background-color: #1240CC; }
a { background-color: rgb(18,64,204); }
div.DivClassName
{
background-color: #1240CC;
}
.BgClassName
{
background-color: #1240CC;
}
</style>
border-color css
<style>
span { border-color: #1240CC; }
span { border-color: rgb(18,64,204); }
td.TdClassName
{
border-color: #1240CC;
}
.TagClassName
{
border-color: #1240CC;
}
</style>