Shades of Persian Blue #1044BF
Tints of Persian Blue #1044BF
RGB
CMYK
RGB Variations
Color information
#1044BF (or 0x1044BF) is known color: Persian Blue. HEX triplet: 10, 44 and BF. RGB value is (16,68,191). Sum of RGB (Red+Green+Blue) = 16+68+191=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 191 (75% from 255 or 69.45% from 275); Max value from RGB is 191 - color contains mainly: blue. Hex color #1044BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1044BF is #EFBB40. Grayscale: #414141. Windows color (decimal): -15711041 or 12534800. OLE color: 12534800.
HSL color Cylindrical-coordinate representation of color #1044BF: hue angle of 222.17º 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 #1044BF is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 68 | 191 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.25 |
| HSL | 222.17º | 0.85% | 0.41% | - |
| HSV(B) | 222.17º | 0.92% | 0.75% | - |
| XYZ | 11.68 | 8.01 | 50.22 | - |
| YUV | 66.47 | 198.27 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 68 | 191 | 0.92 | 0.64 | 0 | 0.25 | 222.17 | 0.85 | 0.41 |
| Hex | 10 | 44 | BF | 5C | 40 | 0 | 19 | DE | 55 | 29 |
| Octal | 20 | 104 | 277 | 134 | 100 | 0 | 31 | 336 | 125 | 51 |
| Binary | 10000 | 1000100 | 10111111 | 1011100 | 1000000 | 0 | 11001 | 11011110 | 1010101 | 101001 |
Color Harmonies of #1044BF
Complementary color
Monochromatic Colors of #1044BF
Black with #1044BF
Text Example
Text Example
White with #1044BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1044BF; }
p { color: rgb(16,68,191); }
H1.HeaderClassName
{
color: #1044BF;
}
.AnyTagClassName
{
color: #1044BF;
}
</style>
background-color css
<style>
a { background-color: #1044BF; }
a { background-color: rgb(16,68,191); }
div.DivClassName
{
background-color: #1044BF;
}
.BgClassName
{
background-color: #1044BF;
}
</style>
border-color css
<style>
span { border-color: #1044BF; }
span { border-color: rgb(16,68,191); }
td.TdClassName
{
border-color: #1044BF;
}
.TagClassName
{
border-color: #1044BF;
}
</style>