Shades of Persian Blue #1247C4
Tints of Persian Blue #1247C4
RGB
CMYK
RGB Variations
Color information
#1247C4 (or 0x1247C4) is known color: Persian Blue. HEX triplet: 12, 47 and C4. RGB value is (18,71,196). Sum of RGB (Red+Green+Blue) = 18+71+196=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 196 (76.95% from 255 or 68.77% from 285); Max value from RGB is 196 - color contains mainly: blue. Hex color #1247C4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1247C4 is #EDB83B. Grayscale: #444444. Windows color (decimal): -15579196 or 12863250. OLE color: 12863250.
HSL color Cylindrical-coordinate representation of color #1247C4: hue angle of 222.13º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1247C4 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 71 | 196 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.23 |
| HSL | 222.13º | 0.83% | 0.42% | - |
| HSV(B) | 222.13º | 0.91% | 0.77% | - |
| XYZ | 12.47 | 8.62 | 53.23 | - |
| YUV | 69.4 | 199.44 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 71 | 196 | 0.91 | 0.64 | 0 | 0.23 | 222.13 | 0.83 | 0.42 |
| Hex | 12 | 47 | C4 | 5B | 40 | 0 | 17 | DE | 53 | 2A |
| Octal | 22 | 107 | 304 | 133 | 100 | 0 | 27 | 336 | 123 | 52 |
| Binary | 10010 | 1000111 | 11000100 | 1011011 | 1000000 | 0 | 10111 | 11011110 | 1010011 | 101010 |
Color Harmonies of #1247C4
Complementary color
Monochromatic Colors of #1247C4
Black with #1247C4
Text Example
Text Example
White with #1247C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1247C4; }
p { color: rgb(18,71,196); }
H1.HeaderClassName
{
color: #1247C4;
}
.AnyTagClassName
{
color: #1247C4;
}
</style>
background-color css
<style>
a { background-color: #1247C4; }
a { background-color: rgb(18,71,196); }
div.DivClassName
{
background-color: #1247C4;
}
.BgClassName
{
background-color: #1247C4;
}
</style>
border-color css
<style>
span { border-color: #1247C4; }
span { border-color: rgb(18,71,196); }
td.TdClassName
{
border-color: #1247C4;
}
.TagClassName
{
border-color: #1247C4;
}
</style>