Shades of Persian Blue #1047CA
Tints of Persian Blue #1047CA
RGB
CMYK
RGB Variations
Color information
#1047CA (or 0x1047CA) is known color: Persian Blue. HEX triplet: 10, 47 and CA. RGB value is (16,71,202). Sum of RGB (Red+Green+Blue) = 16+71+202=289 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.54% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 202 (79.30% from 255 or 69.90% from 289); Max value from RGB is 202 - color contains mainly: blue. Hex color #1047CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1047CA is #EFB835. Grayscale: #444444. Windows color (decimal): -15710262 or 13256464. OLE color: 13256464.
HSL color Cylindrical-coordinate representation of color #1047CA: hue angle of 222.26º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1047CA is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 71 | 202 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.21 |
| HSL | 222.26º | 0.85% | 0.43% | - |
| HSV(B) | 222.26º | 0.92% | 0.79% | - |
| XYZ | 13.13 | 8.88 | 56.9 | - |
| YUV | 69.49 | 202.78 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 71 | 202 | 0.92 | 0.65 | 0 | 0.21 | 222.26 | 0.85 | 0.43 |
| Hex | 10 | 47 | CA | 5C | 41 | 0 | 15 | DE | 55 | 2B |
| Octal | 20 | 107 | 312 | 134 | 101 | 0 | 25 | 336 | 125 | 53 |
| Binary | 10000 | 1000111 | 11001010 | 1011100 | 1000001 | 0 | 10101 | 11011110 | 1010101 | 101011 |
Color Harmonies of #1047CA
Complementary color
Monochromatic Colors of #1047CA
Black with #1047CA
Text Example
Text Example
White with #1047CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1047CA; }
p { color: rgb(16,71,202); }
H1.HeaderClassName
{
color: #1047CA;
}
.AnyTagClassName
{
color: #1047CA;
}
</style>
background-color css
<style>
a { background-color: #1047CA; }
a { background-color: rgb(16,71,202); }
div.DivClassName
{
background-color: #1047CA;
}
.BgClassName
{
background-color: #1047CA;
}
</style>
border-color css
<style>
span { border-color: #1047CA; }
span { border-color: rgb(16,71,202); }
td.TdClassName
{
border-color: #1047CA;
}
.TagClassName
{
border-color: #1047CA;
}
</style>