Shades of Persian Blue #1145DA
Tints of Persian Blue #1145DA
RGB
CMYK
RGB Variations
Color information
#1145DA (or 0x1145DA) is known color: Persian Blue. HEX triplet: 11, 45 and DA. RGB value is (17,69,218). Sum of RGB (Red+Green+Blue) = 17+69+218=304 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.59% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 218 (85.55% from 255 or 71.71% from 304); Max value from RGB is 218 - color contains mainly: blue. Hex color #1145DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1145DA is #EEBA25. Grayscale: #454545. Windows color (decimal): -15645222 or 14304529. OLE color: 14304529.
HSL color Cylindrical-coordinate representation of color #1145DA: hue angle of 224.48º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1145DA is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 69 | 218 | - |
| CMYK | 0.92 | 0.68 | 0 | 0.15 |
| HSL | 224.48º | 0.86% | 0.46% | - |
| HSV(B) | 224.48º | 0.92% | 0.85% | - |
| XYZ | 15.01 | 9.44 | 67.36 | - |
| YUV | 70.44 | 211.27 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 69 | 218 | 0.92 | 0.68 | 0 | 0.15 | 224.48 | 0.86 | 0.46 |
| Hex | 11 | 45 | DA | 5C | 44 | 0 | F | E0 | 56 | 2E |
| Octal | 21 | 105 | 332 | 134 | 104 | 0 | 17 | 340 | 126 | 56 |
| Binary | 10001 | 1000101 | 11011010 | 1011100 | 1000100 | 0 | 1111 | 11100000 | 1010110 | 101110 |
Color Harmonies of #1145DA
Complementary color
Monochromatic Colors of #1145DA
Black with #1145DA
Text Example
Text Example
White with #1145DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1145DA; }
p { color: rgb(17,69,218); }
H1.HeaderClassName
{
color: #1145DA;
}
.AnyTagClassName
{
color: #1145DA;
}
</style>
background-color css
<style>
a { background-color: #1145DA; }
a { background-color: rgb(17,69,218); }
div.DivClassName
{
background-color: #1145DA;
}
.BgClassName
{
background-color: #1145DA;
}
</style>
border-color css
<style>
span { border-color: #1145DA; }
span { border-color: rgb(17,69,218); }
td.TdClassName
{
border-color: #1145DA;
}
.TagClassName
{
border-color: #1145DA;
}
</style>