#1139F9

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

Shades of Blue #1139F9

Tints of Blue #1139F9

Color information

#1139F9 (or 0x1139F9) is unknown color: approx Blue. HEX triplet: 11, 39 and F9. RGB value is (17,57,249). Sum of RGB (Red+Green+Blue) = 17+57+249=323 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.26% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 249 (97.66% from 255 or 77.09% from 323); Max value from RGB is 249 - color contains mainly: blue. Hex color #1139F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1139F9 is #EEC606. Grayscale: #424242. Windows color (decimal): -15648263 or 16333073. OLE color: 16333073.

HSL color Cylindrical-coordinate representation of color #1139F9: hue angle of 229.66º 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 #1139F9 is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1757249-
CMYK0.930.7700.02
HSL229.66º95.08%52.16%-
HSV(B)229.66º93.17%97.65%-
XYZ18.799.8890.54-
YUV66.93230.7592.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.26%
GREEN value IS 57 (22.66% from 255) = 17.65%
BLUE value IS 249 (97.66% from 255) = 77.09%
R=5.26%
G=17.65%
B=77.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal17572490.930.7700.02229.6695.0852.16
Hex1139F95D4D02e65f34
Octal21713711351150234613764
Binary100011110011111100110111011001101010111001101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1139F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1139F9; }

 p { color: rgb(17,57,249); }

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

<style>
 a { background-color: #1139F9; }

 a { background-color: rgb(17,57,249); }

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

<style>
 span { border-color: #1139F9; }

 span { border-color: rgb(17,57,249); }

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