Shades of Persian Blue #1140F9
Tints of Persian Blue #1140F9
RGB
CMYK
RGB Variations
Color information
#1140F9 (or 0x1140F9) is known color: Persian Blue. HEX triplet: 11, 40 and F9. RGB value is (17,64,249). Sum of RGB (Red+Green+Blue) = 17+64+249=330 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.15% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 249 (97.66% from 255 or 75.45% from 330); Max value from RGB is 249 - color contains mainly: blue. Hex color #1140F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1140F9 is #EEBF06. Grayscale: #464646. Windows color (decimal): -15646471 or 16334865. OLE color: 16334865.
HSL color Cylindrical-coordinate representation of color #1140F9: hue angle of 227.84º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1140F9 is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 64 | 249 | - |
| CMYK | 0.93 | 0.74 | 0 | 0.02 |
| HSL | 227.84º | 0.95% | 0.52% | - |
| HSV(B) | 227.84º | 0.93% | 0.98% | - |
| XYZ | 19.16 | 10.63 | 90.66 | - |
| YUV | 71.04 | 228.43 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 64 | 249 | 0.93 | 0.74 | 0 | 0.02 | 227.84 | 0.95 | 0.52 |
| Hex | 11 | 40 | F9 | 5D | 4A | 0 | 2 | E4 | 5F | 34 |
| Octal | 21 | 100 | 371 | 135 | 112 | 0 | 2 | 344 | 137 | 64 |
| Binary | 10001 | 1000000 | 11111001 | 1011101 | 1001010 | 0 | 10 | 11100100 | 1011111 | 110100 |
Color Harmonies of #1140F9
Complementary color
Monochromatic Colors of #1140F9
Black with #1140F9
Text Example
Text Example
White with #1140F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1140F9; }
p { color: rgb(17,64,249); }
H1.HeaderClassName
{
color: #1140F9;
}
.AnyTagClassName
{
color: #1140F9;
}
</style>
background-color css
<style>
a { background-color: #1140F9; }
a { background-color: rgb(17,64,249); }
div.DivClassName
{
background-color: #1140F9;
}
.BgClassName
{
background-color: #1140F9;
}
</style>
border-color css
<style>
span { border-color: #1140F9; }
span { border-color: rgb(17,64,249); }
td.TdClassName
{
border-color: #1140F9;
}
.TagClassName
{
border-color: #1140F9;
}
</style>