Shades of Persian Blue #1046CB
Tints of Persian Blue #1046CB
RGB
CMYK
RGB Variations
Color information
#1046CB (or 0x1046CB) is known color: Persian Blue. HEX triplet: 10, 46 and CB. RGB value is (16,70,203). Sum of RGB (Red+Green+Blue) = 16+70+203=289 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.54% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 203 (79.69% from 255 or 70.24% from 289); Max value from RGB is 203 - color contains mainly: blue. Hex color #1046CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1046CB is #EFB934. Grayscale: #444444. Windows color (decimal): -15710517 or 13321744. OLE color: 13321744.
HSL color Cylindrical-coordinate representation of color #1046CB: hue angle of 222.67º 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 #1046CB is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 70 | 203 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.20 |
| HSL | 222.67º | 0.85% | 0.43% | - |
| HSV(B) | 222.67º | 0.92% | 0.8% | - |
| XYZ | 13.18 | 8.8 | 57.5 | - |
| YUV | 69.02 | 203.61 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 70 | 203 | 0.92 | 0.66 | 0 | 0.20 | 222.67 | 0.85 | 0.43 |
| Hex | 10 | 46 | CB | 5C | 42 | 0 | 14 | DF | 55 | 2B |
| Octal | 20 | 106 | 313 | 134 | 102 | 0 | 24 | 337 | 125 | 53 |
| Binary | 10000 | 1000110 | 11001011 | 1011100 | 1000010 | 0 | 10100 | 11011111 | 1010101 | 101011 |
Color Harmonies of #1046CB
Complementary color
Monochromatic Colors of #1046CB
Black with #1046CB
Text Example
Text Example
White with #1046CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1046CB; }
p { color: rgb(16,70,203); }
H1.HeaderClassName
{
color: #1046CB;
}
.AnyTagClassName
{
color: #1046CB;
}
</style>
background-color css
<style>
a { background-color: #1046CB; }
a { background-color: rgb(16,70,203); }
div.DivClassName
{
background-color: #1046CB;
}
.BgClassName
{
background-color: #1046CB;
}
</style>
border-color css
<style>
span { border-color: #1046CB; }
span { border-color: rgb(16,70,203); }
td.TdClassName
{
border-color: #1046CB;
}
.TagClassName
{
border-color: #1046CB;
}
</style>