Shades of Persian Blue #1247B8
Tints of Persian Blue #1247B8
RGB
CMYK
RGB Variations
Color information
#1247B8 (or 0x1247B8) is known color: Persian Blue. HEX triplet: 12, 47 and B8. RGB value is (18,71,184). Sum of RGB (Red+Green+Blue) = 18+71+184=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 184 (72.27% from 255 or 67.40% from 273); Max value from RGB is 184 - color contains mainly: blue. Hex color #1247B8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1247B8 is #EDB847. Grayscale: #434343. Windows color (decimal): -15579208 or 12076818. OLE color: 12076818.
HSL color Cylindrical-coordinate representation of color #1247B8: hue angle of 220.84º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1247B8 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 71 | 184 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.28 |
| HSL | 220.84º | 0.82% | 0.4% | - |
| HSV(B) | 220.84º | 0.9% | 0.72% | - |
| XYZ | 11.15 | 8.1 | 46.32 | - |
| YUV | 68.04 | 193.44 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 71 | 184 | 0.90 | 0.61 | 0 | 0.28 | 220.84 | 0.82 | 0.4 |
| Hex | 12 | 47 | B8 | 5A | 3D | 0 | 1C | DD | 52 | 28 |
| Octal | 22 | 107 | 270 | 132 | 75 | 0 | 34 | 335 | 122 | 50 |
| Binary | 10010 | 1000111 | 10111000 | 1011010 | 111101 | 0 | 11100 | 11011101 | 1010010 | 101000 |
Color Harmonies of #1247B8
Complementary color
Monochromatic Colors of #1247B8
Black with #1247B8
Text Example
Text Example
White with #1247B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1247B8; }
p { color: rgb(18,71,184); }
H1.HeaderClassName
{
color: #1247B8;
}
.AnyTagClassName
{
color: #1247B8;
}
</style>
background-color css
<style>
a { background-color: #1247B8; }
a { background-color: rgb(18,71,184); }
div.DivClassName
{
background-color: #1247B8;
}
.BgClassName
{
background-color: #1247B8;
}
</style>
border-color css
<style>
span { border-color: #1247B8; }
span { border-color: rgb(18,71,184); }
td.TdClassName
{
border-color: #1247B8;
}
.TagClassName
{
border-color: #1247B8;
}
</style>