Shades of Persian Blue #1249C3
Tints of Persian Blue #1249C3
RGB
CMYK
RGB Variations
Color information
#1249C3 (or 0x1249C3) is known color: Persian Blue. HEX triplet: 12, 49 and C3. RGB value is (18,73,195). Sum of RGB (Red+Green+Blue) = 18+73+195=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 195 (76.56% from 255 or 68.18% from 286); Max value from RGB is 195 - color contains mainly: blue. Hex color #1249C3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1249C3 is #EDB63C. Grayscale: #454545. Windows color (decimal): -15578685 or 12798226. OLE color: 12798226.
HSL color Cylindrical-coordinate representation of color #1249C3: hue angle of 221.36º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1249C3 is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 73 | 195 | - |
| CMYK | 0.91 | 0.63 | 0 | 0.24 |
| HSL | 221.36º | 0.83% | 0.42% | - |
| HSV(B) | 221.36º | 0.91% | 0.76% | - |
| XYZ | 12.48 | 8.83 | 52.68 | - |
| YUV | 70.46 | 198.28 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 73 | 195 | 0.91 | 0.63 | 0 | 0.24 | 221.36 | 0.83 | 0.42 |
| Hex | 12 | 49 | C3 | 5B | 3F | 0 | 18 | DD | 53 | 2A |
| Octal | 22 | 111 | 303 | 133 | 77 | 0 | 30 | 335 | 123 | 52 |
| Binary | 10010 | 1001001 | 11000011 | 1011011 | 111111 | 0 | 11000 | 11011101 | 1010011 | 101010 |
Color Harmonies of #1249C3
Complementary color
Monochromatic Colors of #1249C3
Black with #1249C3
Text Example
Text Example
White with #1249C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1249C3; }
p { color: rgb(18,73,195); }
H1.HeaderClassName
{
color: #1249C3;
}
.AnyTagClassName
{
color: #1249C3;
}
</style>
background-color css
<style>
a { background-color: #1249C3; }
a { background-color: rgb(18,73,195); }
div.DivClassName
{
background-color: #1249C3;
}
.BgClassName
{
background-color: #1249C3;
}
</style>
border-color css
<style>
span { border-color: #1249C3; }
span { border-color: rgb(18,73,195); }
td.TdClassName
{
border-color: #1249C3;
}
.TagClassName
{
border-color: #1249C3;
}
</style>