Shades of Persian Blue #1249CE
Tints of Persian Blue #1249CE
RGB
CMYK
RGB Variations
Color information
#1249CE (or 0x1249CE) is known color: Persian Blue. HEX triplet: 12, 49 and CE. RGB value is (18,73,206). Sum of RGB (Red+Green+Blue) = 18+73+206=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 206 (80.86% from 255 or 69.36% from 297); Max value from RGB is 206 - color contains mainly: blue. Hex color #1249CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1249CE is #EDB631. Grayscale: #474747. Windows color (decimal): -15578674 or 13519122. OLE color: 13519122.
HSL color Cylindrical-coordinate representation of color #1249CE: hue angle of 222.45º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1249CE is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 73 | 206 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.19 |
| HSL | 222.45º | 0.84% | 0.44% | - |
| HSV(B) | 222.45º | 0.91% | 0.81% | - |
| XYZ | 13.77 | 9.35 | 59.47 | - |
| YUV | 71.72 | 203.78 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 73 | 206 | 0.91 | 0.65 | 0 | 0.19 | 222.45 | 0.84 | 0.44 |
| Hex | 12 | 49 | CE | 5B | 41 | 0 | 13 | DE | 54 | 2C |
| Octal | 22 | 111 | 316 | 133 | 101 | 0 | 23 | 336 | 124 | 54 |
| Binary | 10010 | 1001001 | 11001110 | 1011011 | 1000001 | 0 | 10011 | 11011110 | 1010100 | 101100 |
Color Harmonies of #1249CE
Complementary color
Monochromatic Colors of #1249CE
Black with #1249CE
Text Example
Text Example
White with #1249CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1249CE; }
p { color: rgb(18,73,206); }
H1.HeaderClassName
{
color: #1249CE;
}
.AnyTagClassName
{
color: #1249CE;
}
</style>
background-color css
<style>
a { background-color: #1249CE; }
a { background-color: rgb(18,73,206); }
div.DivClassName
{
background-color: #1249CE;
}
.BgClassName
{
background-color: #1249CE;
}
</style>
border-color css
<style>
span { border-color: #1249CE; }
span { border-color: rgb(18,73,206); }
td.TdClassName
{
border-color: #1249CE;
}
.TagClassName
{
border-color: #1249CE;
}
</style>