Shades of Persian Blue #1044DD
Tints of Persian Blue #1044DD
RGB
CMYK
RGB Variations
Color information
#1044DD (or 0x1044DD) is known color: Persian Blue. HEX triplet: 10, 44 and DD. RGB value is (16,68,221). Sum of RGB (Red+Green+Blue) = 16+68+221=305 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.25% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 221 (86.72% from 255 or 72.46% from 305); Max value from RGB is 221 - color contains mainly: blue. Hex color #1044DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1044DD is #EFBB22. Grayscale: #454545. Windows color (decimal): -15711011 or 14500880. OLE color: 14500880.
HSL color Cylindrical-coordinate representation of color #1044DD: hue angle of 224.78º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1044DD is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 68 | 221 | - |
| CMYK | 0.93 | 0.69 | 0 | 0.13 |
| HSL | 224.78º | 0.86% | 0.46% | - |
| HSV(B) | 224.78º | 0.93% | 0.87% | - |
| XYZ | 15.33 | 9.46 | 69.43 | - |
| YUV | 69.89 | 213.27 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 68 | 221 | 0.93 | 0.69 | 0 | 0.13 | 224.78 | 0.86 | 0.46 |
| Hex | 10 | 44 | DD | 5D | 45 | 0 | D | E1 | 56 | 2E |
| Octal | 20 | 104 | 335 | 135 | 105 | 0 | 15 | 341 | 126 | 56 |
| Binary | 10000 | 1000100 | 11011101 | 1011101 | 1000101 | 0 | 1101 | 11100001 | 1010110 | 101110 |
Color Harmonies of #1044DD
Complementary color
Monochromatic Colors of #1044DD
Black with #1044DD
Text Example
Text Example
White with #1044DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1044DD; }
p { color: rgb(16,68,221); }
H1.HeaderClassName
{
color: #1044DD;
}
.AnyTagClassName
{
color: #1044DD;
}
</style>
background-color css
<style>
a { background-color: #1044DD; }
a { background-color: rgb(16,68,221); }
div.DivClassName
{
background-color: #1044DD;
}
.BgClassName
{
background-color: #1044DD;
}
</style>
border-color css
<style>
span { border-color: #1044DD; }
span { border-color: rgb(16,68,221); }
td.TdClassName
{
border-color: #1044DD;
}
.TagClassName
{
border-color: #1044DD;
}
</style>