Shades of Persian Blue #1044CF
Tints of Persian Blue #1044CF
RGB
CMYK
RGB Variations
Color information
#1044CF (or 0x1044CF) is known color: Persian Blue. HEX triplet: 10, 44 and CF. RGB value is (16,68,207). Sum of RGB (Red+Green+Blue) = 16+68+207=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 207 (81.25% from 255 or 71.13% from 291); Max value from RGB is 207 - color contains mainly: blue. Hex color #1044CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1044CF is #EFBB30. Grayscale: #434343. Windows color (decimal): -15711025 or 13583376. OLE color: 13583376.
HSL color Cylindrical-coordinate representation of color #1044CF: hue angle of 223.66º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1044CF is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 68 | 207 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.19 |
| HSL | 223.66º | 0.86% | 0.44% | - |
| HSV(B) | 223.66º | 0.92% | 0.81% | - |
| XYZ | 13.54 | 8.75 | 60.01 | - |
| YUV | 68.3 | 206.27 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 68 | 207 | 0.92 | 0.67 | 0 | 0.19 | 223.66 | 0.86 | 0.44 |
| Hex | 10 | 44 | CF | 5C | 43 | 0 | 13 | E0 | 56 | 2C |
| Octal | 20 | 104 | 317 | 134 | 103 | 0 | 23 | 340 | 126 | 54 |
| Binary | 10000 | 1000100 | 11001111 | 1011100 | 1000011 | 0 | 10011 | 11100000 | 1010110 | 101100 |
Color Harmonies of #1044CF
Complementary color
Monochromatic Colors of #1044CF
Black with #1044CF
Text Example
Text Example
White with #1044CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1044CF; }
p { color: rgb(16,68,207); }
H1.HeaderClassName
{
color: #1044CF;
}
.AnyTagClassName
{
color: #1044CF;
}
</style>
background-color css
<style>
a { background-color: #1044CF; }
a { background-color: rgb(16,68,207); }
div.DivClassName
{
background-color: #1044CF;
}
.BgClassName
{
background-color: #1044CF;
}
</style>
border-color css
<style>
span { border-color: #1044CF; }
span { border-color: rgb(16,68,207); }
td.TdClassName
{
border-color: #1044CF;
}
.TagClassName
{
border-color: #1044CF;
}
</style>