Shades of Persian Blue #1145DE
Tints of Persian Blue #1145DE
RGB
CMYK
RGB Variations
Color information
#1145DE (or 0x1145DE) is known color: Persian Blue. HEX triplet: 11, 45 and DE. RGB value is (17,69,222). Sum of RGB (Red+Green+Blue) = 17+69+222=308 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.52% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 222 (87.11% from 255 or 72.08% from 308); Max value from RGB is 222 - color contains mainly: blue. Hex color #1145DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1145DE is #EEBA21. Grayscale: #464646. Windows color (decimal): -15645218 or 14566673. OLE color: 14566673.
HSL color Cylindrical-coordinate representation of color #1145DE: hue angle of 224.78º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1145DE is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 69 | 222 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.13 |
| HSL | 224.78º | 0.86% | 0.47% | - |
| HSV(B) | 224.78º | 0.92% | 0.87% | - |
| XYZ | 15.54 | 9.65 | 70.15 | - |
| YUV | 70.89 | 213.27 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 69 | 222 | 0.92 | 0.69 | 0 | 0.13 | 224.78 | 0.86 | 0.47 |
| Hex | 11 | 45 | DE | 5C | 45 | 0 | D | E1 | 56 | 2F |
| Octal | 21 | 105 | 336 | 134 | 105 | 0 | 15 | 341 | 126 | 57 |
| Binary | 10001 | 1000101 | 11011110 | 1011100 | 1000101 | 0 | 1101 | 11100001 | 1010110 | 101111 |
Color Harmonies of #1145DE
Complementary color
Monochromatic Colors of #1145DE
Black with #1145DE
Text Example
Text Example
White with #1145DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1145DE; }
p { color: rgb(17,69,222); }
H1.HeaderClassName
{
color: #1145DE;
}
.AnyTagClassName
{
color: #1145DE;
}
</style>
background-color css
<style>
a { background-color: #1145DE; }
a { background-color: rgb(17,69,222); }
div.DivClassName
{
background-color: #1145DE;
}
.BgClassName
{
background-color: #1145DE;
}
</style>
border-color css
<style>
span { border-color: #1145DE; }
span { border-color: rgb(17,69,222); }
td.TdClassName
{
border-color: #1145DE;
}
.TagClassName
{
border-color: #1145DE;
}
</style>