#1155ee

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

Shades of Navy Blue #1155EE

Tints of Navy Blue #1155EE

Color information

#1155EE (or 0x1155EE) is unknown color: approx Navy Blue. HEX triplet: 11, 55 and EE. RGB value is (17,85,238). Sum of RGB (Red+Green+Blue) = 17+85+238=340 (45% of max value = 765). Red value is 17 (7.03% from 255 or 5% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 238 (93.36% from 255 or 70% from 340); Max value from RGB is 238 - color contains mainly: blue. Hex color #1155EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1155EE is #EEAA11. Grayscale: #515151. Windows color (decimal): -15641106 or 15619345. OLE color: 15619345.

HSL color Cylindrical-coordinate representation of color #1155EE: hue angle of 221.54º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1155EE is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1785238-
CMYK0.930.6400.07
HSL221.54º86.67%50%-
HSV(B)221.54º92.86%93.33%-
XYZ18.9112.7982.36-
YUV82.11215.9781.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5%
GREEN value IS 85 (33.59% from 255) = 25%
BLUE value IS 238 (93.36% from 255) = 70%
R=5%
G=25%
B=70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal17852380.930.6400.07221.5486.6750
Hex1155EE5D4007de5732
Octal211253561351000733612762
Binary10001101010111101110101110110000000111110111101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1155ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1155ee; }

 p { color: rgb(17,85,238); }

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

<style>
 a { background-color: #1155ee; }

 a { background-color: rgb(17,85,238); }

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

<style>
 span { border-color: #1155ee; }

 span { border-color: rgb(17,85,238); }

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