Shades of Persian Blue #1249CA
Tints of Persian Blue #1249CA
RGB
CMYK
RGB Variations
Color information
#1249CA (or 0x1249CA) is known color: Persian Blue. HEX triplet: 12, 49 and CA. RGB value is (18,73,202). Sum of RGB (Red+Green+Blue) = 18+73+202=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 202 (79.30% from 255 or 68.94% from 293); Max value from RGB is 202 - color contains mainly: blue. Hex color #1249CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1249CA is #EDB635. Grayscale: #464646. Windows color (decimal): -15578678 or 13256978. OLE color: 13256978.
HSL color Cylindrical-coordinate representation of color #1249CA: hue angle of 222.07º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1249CA is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 18 | 73 | 202 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.21 |
| HSL | 222.07º | 0.84% | 0.43% | - |
| HSV(B) | 222.07º | 0.91% | 0.79% | - |
| XYZ | 13.29 | 9.16 | 56.94 | - |
| YUV | 71.26 | 201.78 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 73 | 202 | 0.91 | 0.64 | 0 | 0.21 | 222.07 | 0.84 | 0.43 |
| Hex | 12 | 49 | CA | 5B | 40 | 0 | 15 | DE | 54 | 2B |
| Octal | 22 | 111 | 312 | 133 | 100 | 0 | 25 | 336 | 124 | 53 |
| Binary | 10010 | 1001001 | 11001010 | 1011011 | 1000000 | 0 | 10101 | 11011110 | 1010100 | 101011 |
Color Harmonies of #1249CA
Complementary color
Monochromatic Colors of #1249CA
Black with #1249CA
Text Example
Text Example
White with #1249CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1249CA; }
p { color: rgb(18,73,202); }
H1.HeaderClassName
{
color: #1249CA;
}
.AnyTagClassName
{
color: #1249CA;
}
</style>
background-color css
<style>
a { background-color: #1249CA; }
a { background-color: rgb(18,73,202); }
div.DivClassName
{
background-color: #1249CA;
}
.BgClassName
{
background-color: #1249CA;
}
</style>
border-color css
<style>
span { border-color: #1249CA; }
span { border-color: rgb(18,73,202); }
td.TdClassName
{
border-color: #1249CA;
}
.TagClassName
{
border-color: #1249CA;
}
</style>