#1133ff

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

Shades of Blue #1133FF

Tints of Blue #1133FF

Color information

#1133FF (or 0x1133FF) is unknown color: approx Blue. HEX triplet: 11, 33 and FF. RGB value is (17,51,255). Sum of RGB (Red+Green+Blue) = 17+51+255=323 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.26% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 255 (100% from 255 or 78.95% from 323); Max value from RGB is 255 - color contains mainly: blue. Hex color #1133FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1133FF is #EECC00. Grayscale: #3F3F3F. Windows color (decimal): -15649793 or 16724753. OLE color: 16724753.

HSL color Cylindrical-coordinate representation of color #1133FF: hue angle of 231.43º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1133FF is Cyan = 0.93, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB1751255-
CMYK0.930.800
HSL231.43º100%53.33%-
HSV(B)231.43º93.33%100%-
XYZ19.469.7195.46-
YUV64.09235.7494.41-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.26%
GREEN value IS 51 (20.31% from 255) = 15.79%
BLUE value IS 255 (100% from 255) = 78.95%
R=5.26%
G=15.79%
B=78.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal17512550.930.800231.4310053.33
Hex1133FF5D5000e76435
Octal21633771351200034714465
Binary10001110011111111111011101101000000111001111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1133ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1133ff; }

 p { color: rgb(17,51,255); }

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

<style>
 a { background-color: #1133ff; }

 a { background-color: rgb(17,51,255); }

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

<style>
 span { border-color: #1133ff; }

 span { border-color: rgb(17,51,255); }

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