Shades of Persian Blue #1247BD
Tints of Persian Blue #1247BD
RGB
CMYK
RGB Variations
Color information
#1247BD (or 0x1247BD) is known color: Persian Blue. HEX triplet: 12, 47 and BD. RGB value is (18,71,189). Sum of RGB (Red+Green+Blue) = 18+71+189=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 189 (74.22% from 255 or 67.99% from 278); Max value from RGB is 189 - color contains mainly: blue. Hex color #1247BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1247BD is #EDB842. Grayscale: #444444. Windows color (decimal): -15579203 or 12404498. OLE color: 12404498.
HSL color Cylindrical-coordinate representation of color #1247BD: hue angle of 221.4º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1247BD is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 71 | 189 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.26 |
| HSL | 221.4º | 0.83% | 0.41% | - |
| HSV(B) | 221.4º | 0.9% | 0.74% | - |
| XYZ | 11.69 | 8.31 | 49.13 | - |
| YUV | 68.61 | 195.94 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 71 | 189 | 0.90 | 0.62 | 0 | 0.26 | 221.4 | 0.83 | 0.41 |
| Hex | 12 | 47 | BD | 5A | 3E | 0 | 1A | DD | 53 | 29 |
| Octal | 22 | 107 | 275 | 132 | 76 | 0 | 32 | 335 | 123 | 51 |
| Binary | 10010 | 1000111 | 10111101 | 1011010 | 111110 | 0 | 11010 | 11011101 | 1010011 | 101001 |
Color Harmonies of #1247BD
Complementary color
Monochromatic Colors of #1247BD
Black with #1247BD
Text Example
Text Example
White with #1247BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1247BD; }
p { color: rgb(18,71,189); }
H1.HeaderClassName
{
color: #1247BD;
}
.AnyTagClassName
{
color: #1247BD;
}
</style>
background-color css
<style>
a { background-color: #1247BD; }
a { background-color: rgb(18,71,189); }
div.DivClassName
{
background-color: #1247BD;
}
.BgClassName
{
background-color: #1247BD;
}
</style>
border-color css
<style>
span { border-color: #1247BD; }
span { border-color: rgb(18,71,189); }
td.TdClassName
{
border-color: #1247BD;
}
.TagClassName
{
border-color: #1247BD;
}
</style>