Shades of Persian Blue #1044CA
Tints of Persian Blue #1044CA
RGB
CMYK
RGB Variations
Color information
#1044CA (or 0x1044CA) is known color: Persian Blue. HEX triplet: 10, 44 and CA. RGB value is (16,68,202). Sum of RGB (Red+Green+Blue) = 16+68+202=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 202 (79.30% from 255 or 70.63% from 286); Max value from RGB is 202 - color contains mainly: blue. Hex color #1044CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1044CA is #EFBB35. Grayscale: #434343. Windows color (decimal): -15711030 or 13255696. OLE color: 13255696.
HSL color Cylindrical-coordinate representation of color #1044CA: hue angle of 223.23º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1044CA is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 68 | 202 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.21 |
| HSL | 223.23º | 0.85% | 0.43% | - |
| HSV(B) | 223.23º | 0.92% | 0.79% | - |
| XYZ | 12.94 | 8.51 | 56.84 | - |
| YUV | 67.73 | 203.77 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 68 | 202 | 0.92 | 0.66 | 0 | 0.21 | 223.23 | 0.85 | 0.43 |
| Hex | 10 | 44 | CA | 5C | 42 | 0 | 15 | DF | 55 | 2B |
| Octal | 20 | 104 | 312 | 134 | 102 | 0 | 25 | 337 | 125 | 53 |
| Binary | 10000 | 1000100 | 11001010 | 1011100 | 1000010 | 0 | 10101 | 11011111 | 1010101 | 101011 |
Color Harmonies of #1044CA
Complementary color
Monochromatic Colors of #1044CA
Black with #1044CA
Text Example
Text Example
White with #1044CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1044CA; }
p { color: rgb(16,68,202); }
H1.HeaderClassName
{
color: #1044CA;
}
.AnyTagClassName
{
color: #1044CA;
}
</style>
background-color css
<style>
a { background-color: #1044CA; }
a { background-color: rgb(16,68,202); }
div.DivClassName
{
background-color: #1044CA;
}
.BgClassName
{
background-color: #1044CA;
}
</style>
border-color css
<style>
span { border-color: #1044CA; }
span { border-color: rgb(16,68,202); }
td.TdClassName
{
border-color: #1044CA;
}
.TagClassName
{
border-color: #1044CA;
}
</style>