#1155FF

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

Shades of Navy Blue #1155FF

Tints of Navy Blue #1155FF

Color information

#1155FF (or 0x1155FF) is unknown color: approx Navy Blue. HEX triplet: 11, 55 and FF. RGB value is (17,85,255). Sum of RGB (Red+Green+Blue) = 17+85+255=357 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.76% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #1155FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1155FF is #EEAA00. Grayscale: #535353. Windows color (decimal): -15641089 or 16733457. OLE color: 16733457.

HSL color Cylindrical-coordinate representation of color #1155FF: hue angle of 222.86º 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 #1155FF is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB1785255-
CMYK0.930.6700
HSL222.86º100%53.33%-
HSV(B)222.86º93.33%100%-
XYZ21.5313.8496.14-
YUV84.05224.4780.18-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.76%
GREEN value IS 85 (33.59% from 255) = 23.81%
BLUE value IS 255 (100% from 255) = 71.43%
R=4.76%
G=23.81%
B=71.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal17852550.930.6700222.8610053.33
Hex1155FF5D4300df6435
Octal211253771351030033714465
Binary100011010101111111111011101100001100110111111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1155FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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