Shades of Persian Blue #1143DA
Tints of Persian Blue #1143DA
RGB
CMYK
RGB Variations
Color information
#1143DA (or 0x1143DA) is known color: Persian Blue. HEX triplet: 11, 43 and DA. RGB value is (17,67,218). Sum of RGB (Red+Green+Blue) = 17+67+218=302 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.63% from 302); Green value is 67 (26.56% from 255 or 22.19% 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 #1143DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1143DA is #EEBC25. Grayscale: #444444. Windows color (decimal): -15645734 or 14304017. OLE color: 14304017.
HSL color Cylindrical-coordinate representation of color #1143DA: hue angle of 225.07º 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 #1143DA is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 67 | 218 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.15 |
| HSL | 225.07º | 0.86% | 0.46% | - |
| HSV(B) | 225.07º | 0.92% | 0.85% | - |
| XYZ | 14.89 | 9.2 | 67.32 | - |
| YUV | 69.26 | 211.94 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 67 | 218 | 0.92 | 0.69 | 0 | 0.15 | 225.07 | 0.86 | 0.46 |
| Hex | 11 | 43 | DA | 5C | 45 | 0 | F | E1 | 56 | 2E |
| Octal | 21 | 103 | 332 | 134 | 105 | 0 | 17 | 341 | 126 | 56 |
| Binary | 10001 | 1000011 | 11011010 | 1011100 | 1000101 | 0 | 1111 | 11100001 | 1010110 | 101110 |
Color Harmonies of #1143DA
Complementary color
Monochromatic Colors of #1143DA
Black with #1143DA
Text Example
Text Example
White with #1143DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1143DA; }
p { color: rgb(17,67,218); }
H1.HeaderClassName
{
color: #1143DA;
}
.AnyTagClassName
{
color: #1143DA;
}
</style>
background-color css
<style>
a { background-color: #1143DA; }
a { background-color: rgb(17,67,218); }
div.DivClassName
{
background-color: #1143DA;
}
.BgClassName
{
background-color: #1143DA;
}
</style>
border-color css
<style>
span { border-color: #1143DA; }
span { border-color: rgb(17,67,218); }
td.TdClassName
{
border-color: #1143DA;
}
.TagClassName
{
border-color: #1143DA;
}
</style>