Shades of Persian Blue #1042BC
Tints of Persian Blue #1042BC
RGB
CMYK
RGB Variations
Color information
#1042BC (or 0x1042BC) is known color: Persian Blue. HEX triplet: 10, 42 and BC. RGB value is (16,66,188). Sum of RGB (Red+Green+Blue) = 16+66+188=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 188 (73.83% from 255 or 69.63% from 270); Max value from RGB is 188 - color contains mainly: blue. Hex color #1042BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1042BC is #EFBD43. Grayscale: #404040. Windows color (decimal): -15711556 or 12337680. OLE color: 12337680.
HSL color Cylindrical-coordinate representation of color #1042BC: hue angle of 222.56º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1042BC is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 66 | 188 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.26 |
| HSL | 222.56º | 0.84% | 0.4% | - |
| HSV(B) | 222.56º | 0.91% | 0.74% | - |
| XYZ | 11.24 | 7.64 | 48.46 | - |
| YUV | 64.96 | 197.44 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 66 | 188 | 0.91 | 0.65 | 0 | 0.26 | 222.56 | 0.84 | 0.4 |
| Hex | 10 | 42 | BC | 5B | 41 | 0 | 1A | DF | 54 | 28 |
| Octal | 20 | 102 | 274 | 133 | 101 | 0 | 32 | 337 | 124 | 50 |
| Binary | 10000 | 1000010 | 10111100 | 1011011 | 1000001 | 0 | 11010 | 11011111 | 1010100 | 101000 |
Color Harmonies of #1042BC
Complementary color
Monochromatic Colors of #1042BC
Black with #1042BC
Text Example
Text Example
White with #1042BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1042BC; }
p { color: rgb(16,66,188); }
H1.HeaderClassName
{
color: #1042BC;
}
.AnyTagClassName
{
color: #1042BC;
}
</style>
background-color css
<style>
a { background-color: #1042BC; }
a { background-color: rgb(16,66,188); }
div.DivClassName
{
background-color: #1042BC;
}
.BgClassName
{
background-color: #1042BC;
}
</style>
border-color css
<style>
span { border-color: #1042BC; }
span { border-color: rgb(16,66,188); }
td.TdClassName
{
border-color: #1042BC;
}
.TagClassName
{
border-color: #1042BC;
}
</style>