Shades of Persian Blue #1247E8
Tints of Persian Blue #1247E8
RGB
CMYK
RGB Variations
Color information
#1247E8 (or 0x1247E8) is known color: Persian Blue. HEX triplet: 12, 47 and E8. RGB value is (18,71,232). Sum of RGB (Red+Green+Blue) = 18+71+232=321 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.61% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 232 (91.02% from 255 or 72.27% from 321); Max value from RGB is 232 - color contains mainly: blue. Hex color #1247E8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1247E8 is #EDB817. Grayscale: #484848. Windows color (decimal): -15579160 or 15222546. OLE color: 15222546.
HSL color Cylindrical-coordinate representation of color #1247E8: hue angle of 225.14º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1247E8 is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 71 | 232 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.09 |
| HSL | 225.14º | 0.86% | 0.49% | - |
| HSV(B) | 225.14º | 0.92% | 0.91% | - |
| XYZ | 17.07 | 10.46 | 77.46 | - |
| YUV | 73.51 | 217.44 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 71 | 232 | 0.92 | 0.69 | 0 | 0.09 | 225.14 | 0.86 | 0.49 |
| Hex | 12 | 47 | E8 | 5C | 45 | 0 | 9 | E1 | 56 | 31 |
| Octal | 22 | 107 | 350 | 134 | 105 | 0 | 11 | 341 | 126 | 61 |
| Binary | 10010 | 1000111 | 11101000 | 1011100 | 1000101 | 0 | 1001 | 11100001 | 1010110 | 110001 |
Color Harmonies of #1247E8
Complementary color
Monochromatic Colors of #1247E8
Black with #1247E8
Text Example
Text Example
White with #1247E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1247E8; }
p { color: rgb(18,71,232); }
H1.HeaderClassName
{
color: #1247E8;
}
.AnyTagClassName
{
color: #1247E8;
}
</style>
background-color css
<style>
a { background-color: #1247E8; }
a { background-color: rgb(18,71,232); }
div.DivClassName
{
background-color: #1247E8;
}
.BgClassName
{
background-color: #1247E8;
}
</style>
border-color css
<style>
span { border-color: #1247E8; }
span { border-color: rgb(18,71,232); }
td.TdClassName
{
border-color: #1247E8;
}
.TagClassName
{
border-color: #1247E8;
}
</style>