#1140f3

Color #1140F3 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #1140F3

Tints of Persian Blue #1140F3

Color information

#1140F3 (or 0x1140F3) is unknown color: approx Persian Blue. HEX triplet: 11, 40 and F3. RGB value is (17,64,243). Sum of RGB (Red+Green+Blue) = 17+64+243=324 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.25% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 243 (95.31% from 255 or 75% from 324); Max value from RGB is 243 - color contains mainly: blue. Hex color #1140F3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1140F3 is #EEBF0C. Grayscale: #454545. Windows color (decimal): -15646477 or 15941649. OLE color: 15941649.

HSL color Cylindrical-coordinate representation of color #1140F3: hue angle of 227.52º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1140F3 is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB1764243-
CMYK0.930.7400.05
HSL227.52º90.4%50.98%-
HSV(B)227.52º93%95.29%-
XYZ18.2410.2685.81-
YUV70.35225.4389.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 5.25%
GREEN value IS 64 (25.39% from 255) = 19.75%
BLUE value IS 243 (95.31% from 255) = 75%
R=5.25%
G=19.75%
B=75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal17642430.930.7400.05227.5290.450.98
Hex1140F35D4A05e45a33
Octal211003631351120534413263
Binary10001100000011110011101110110010100101111001001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1140f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1140f3; }

 p { color: rgb(17,64,243); }

 H1.HeaderClassName
 {
   color: #1140f3;
 }
 .AnyTagClassName
 {
   color: #1140f3;
 }
</style>
background-color css

<style>
 a { background-color: #1140f3; }

 a { background-color: rgb(17,64,243); }

 div.DivClassName
 {
   background-color: #1140f3;
 }
 .BgClassName
 {
   background-color: #1140f3;
 }
</style>
border-color css

<style>
 span { border-color: #1140f3; }

 span { border-color: rgb(17,64,243); }

 td.TdClassName
 {
   border-color: #1140f3;
 }
 .TagClassName
 {
   border-color: #1140f3;
 }
</style>