Shades of Persian Blue #1046BF
Tints of Persian Blue #1046BF
RGB
CMYK
RGB Variations
Color information
#1046BF (or 0x1046BF) is known color: Persian Blue. HEX triplet: 10, 46 and BF. RGB value is (16,70,191). Sum of RGB (Red+Green+Blue) = 16+70+191=277 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.78% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 191 (75% from 255 or 68.95% from 277); Max value from RGB is 191 - color contains mainly: blue. Hex color #1046BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1046BF is #EFB940. Grayscale: #434343. Windows color (decimal): -15710529 or 12535312. OLE color: 12535312.
HSL color Cylindrical-coordinate representation of color #1046BF: hue angle of 221.49º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1046BF is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 70 | 191 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.25 |
| HSL | 221.49º | 0.85% | 0.41% | - |
| HSV(B) | 221.49º | 0.92% | 0.75% | - |
| XYZ | 11.81 | 8.25 | 50.26 | - |
| YUV | 67.65 | 197.61 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 70 | 191 | 0.92 | 0.63 | 0 | 0.25 | 221.49 | 0.85 | 0.41 |
| Hex | 10 | 46 | BF | 5C | 3F | 0 | 19 | DD | 55 | 29 |
| Octal | 20 | 106 | 277 | 134 | 77 | 0 | 31 | 335 | 125 | 51 |
| Binary | 10000 | 1000110 | 10111111 | 1011100 | 111111 | 0 | 11001 | 11011101 | 1010101 | 101001 |
Color Harmonies of #1046BF
Complementary color
Monochromatic Colors of #1046BF
Black with #1046BF
Text Example
Text Example
White with #1046BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1046BF; }
p { color: rgb(16,70,191); }
H1.HeaderClassName
{
color: #1046BF;
}
.AnyTagClassName
{
color: #1046BF;
}
</style>
background-color css
<style>
a { background-color: #1046BF; }
a { background-color: rgb(16,70,191); }
div.DivClassName
{
background-color: #1046BF;
}
.BgClassName
{
background-color: #1046BF;
}
</style>
border-color css
<style>
span { border-color: #1046BF; }
span { border-color: rgb(16,70,191); }
td.TdClassName
{
border-color: #1046BF;
}
.TagClassName
{
border-color: #1046BF;
}
</style>