Shades of Persian Blue #1044DA
Tints of Persian Blue #1044DA
RGB
CMYK
RGB Variations
Color information
#1044DA (or 0x1044DA) is known color: Persian Blue. HEX triplet: 10, 44 and DA. RGB value is (16,68,218). Sum of RGB (Red+Green+Blue) = 16+68+218=302 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.30% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 218 (85.55% from 255 or 72.19% from 302); Max value from RGB is 218 - color contains mainly: blue. Hex color #1044DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1044DA is #EFBB25. Grayscale: #444444. Windows color (decimal): -15711014 or 14304272. OLE color: 14304272.
HSL color Cylindrical-coordinate representation of color #1044DA: hue angle of 224.55º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1044DA is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 68 | 218 | - |
| CMYK | 0.93 | 0.69 | 0 | 0.15 |
| HSL | 224.55º | 0.86% | 0.46% | - |
| HSV(B) | 224.55º | 0.93% | 0.85% | - |
| XYZ | 14.94 | 9.31 | 67.34 | - |
| YUV | 69.55 | 211.77 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 68 | 218 | 0.93 | 0.69 | 0 | 0.15 | 224.55 | 0.86 | 0.46 |
| Hex | 10 | 44 | DA | 5D | 45 | 0 | F | E1 | 56 | 2E |
| Octal | 20 | 104 | 332 | 135 | 105 | 0 | 17 | 341 | 126 | 56 |
| Binary | 10000 | 1000100 | 11011010 | 1011101 | 1000101 | 0 | 1111 | 11100001 | 1010110 | 101110 |
Color Harmonies of #1044DA
Complementary color
Monochromatic Colors of #1044DA
Black with #1044DA
Text Example
Text Example
White with #1044DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1044DA; }
p { color: rgb(16,68,218); }
H1.HeaderClassName
{
color: #1044DA;
}
.AnyTagClassName
{
color: #1044DA;
}
</style>
background-color css
<style>
a { background-color: #1044DA; }
a { background-color: rgb(16,68,218); }
div.DivClassName
{
background-color: #1044DA;
}
.BgClassName
{
background-color: #1044DA;
}
</style>
border-color css
<style>
span { border-color: #1044DA; }
span { border-color: rgb(16,68,218); }
td.TdClassName
{
border-color: #1044DA;
}
.TagClassName
{
border-color: #1044DA;
}
</style>