Shades of Persian Blue #1042CB
Tints of Persian Blue #1042CB
RGB
CMYK
RGB Variations
Color information
#1042CB (or 0x1042CB) is known color: Persian Blue. HEX triplet: 10, 42 and CB. RGB value is (16,66,203). Sum of RGB (Red+Green+Blue) = 16+66+203=285 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.61% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 203 (79.69% from 255 or 71.23% from 285); Max value from RGB is 203 - color contains mainly: blue. Hex color #1042CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1042CB is #EFBD34. Grayscale: #424242. Windows color (decimal): -15711541 or 13320720. OLE color: 13320720.
HSL color Cylindrical-coordinate representation of color #1042CB: hue angle of 223.96º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1042CB is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 66 | 203 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.20 |
| HSL | 223.96º | 0.85% | 0.43% | - |
| HSV(B) | 223.96º | 0.92% | 0.8% | - |
| XYZ | 12.94 | 8.32 | 57.42 | - |
| YUV | 66.67 | 204.94 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 66 | 203 | 0.92 | 0.67 | 0 | 0.20 | 223.96 | 0.85 | 0.43 |
| Hex | 10 | 42 | CB | 5C | 43 | 0 | 14 | E0 | 55 | 2B |
| Octal | 20 | 102 | 313 | 134 | 103 | 0 | 24 | 340 | 125 | 53 |
| Binary | 10000 | 1000010 | 11001011 | 1011100 | 1000011 | 0 | 10100 | 11100000 | 1010101 | 101011 |
Color Harmonies of #1042CB
Complementary color
Monochromatic Colors of #1042CB
Black with #1042CB
Text Example
Text Example
White with #1042CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1042CB; }
p { color: rgb(16,66,203); }
H1.HeaderClassName
{
color: #1042CB;
}
.AnyTagClassName
{
color: #1042CB;
}
</style>
background-color css
<style>
a { background-color: #1042CB; }
a { background-color: rgb(16,66,203); }
div.DivClassName
{
background-color: #1042CB;
}
.BgClassName
{
background-color: #1042CB;
}
</style>
border-color css
<style>
span { border-color: #1042CB; }
span { border-color: rgb(16,66,203); }
td.TdClassName
{
border-color: #1042CB;
}
.TagClassName
{
border-color: #1042CB;
}
</style>