Shades of Persian Blue #1241D6
Tints of Persian Blue #1241D6
RGB
CMYK
RGB Variations
Color information
#1241D6 (or 0x1241D6) is known color: Persian Blue. HEX triplet: 12, 41 and D6. RGB value is (18,65,214). Sum of RGB (Red+Green+Blue) = 18+65+214=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 214 (83.98% from 255 or 72.05% from 297); Max value from RGB is 214 - color contains mainly: blue. Hex color #1241D6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1241D6 is #EDBE29. Grayscale: #434343. Windows color (decimal): -15580714 or 14041362. OLE color: 14041362.
HSL color Cylindrical-coordinate representation of color #1241D6: hue angle of 225.61º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1241D6 is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 65 | 214 | - |
| CMYK | 0.92 | 0.70 | 0 | 0.16 |
| HSL | 225.61º | 0.84% | 0.45% | - |
| HSV(B) | 225.61º | 0.92% | 0.84% | - |
| XYZ | 14.28 | 8.76 | 64.56 | - |
| YUV | 67.93 | 210.43 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 65 | 214 | 0.92 | 0.70 | 0 | 0.16 | 225.61 | 0.84 | 0.45 |
| Hex | 12 | 41 | D6 | 5C | 46 | 0 | 10 | E2 | 54 | 2D |
| Octal | 22 | 101 | 326 | 134 | 106 | 0 | 20 | 342 | 124 | 55 |
| Binary | 10010 | 1000001 | 11010110 | 1011100 | 1000110 | 0 | 10000 | 11100010 | 1010100 | 101101 |
Color Harmonies of #1241D6
Complementary color
Monochromatic Colors of #1241D6
Black with #1241D6
Text Example
Text Example
White with #1241D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1241D6; }
p { color: rgb(18,65,214); }
H1.HeaderClassName
{
color: #1241D6;
}
.AnyTagClassName
{
color: #1241D6;
}
</style>
background-color css
<style>
a { background-color: #1241D6; }
a { background-color: rgb(18,65,214); }
div.DivClassName
{
background-color: #1241D6;
}
.BgClassName
{
background-color: #1241D6;
}
</style>
border-color css
<style>
span { border-color: #1241D6; }
span { border-color: rgb(18,65,214); }
td.TdClassName
{
border-color: #1241D6;
}
.TagClassName
{
border-color: #1241D6;
}
</style>