#1155D8

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

Shades of Navy Blue #1155D8

Tints of Navy Blue #1155D8

Color information

#1155D8 (or 0x1155D8) is unknown color: approx Navy Blue. HEX triplet: 11, 55 and D8. RGB value is (17,85,216). Sum of RGB (Red+Green+Blue) = 17+85+216=318 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.35% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 216 (84.77% from 255 or 67.92% from 318); Max value from RGB is 216 - color contains mainly: blue. Hex color #1155D8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1155D8 is #EEAA27. Grayscale: #4F4F4F. Windows color (decimal): -15641128 or 14177553. OLE color: 14177553.

HSL color Cylindrical-coordinate representation of color #1155D8: hue angle of 219.5º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1155D8 is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1785216-
CMYK0.920.6100.15
HSL219.5º85.41%45.69%-
HSV(B)219.5º92.13%84.71%-
XYZ15.8711.5766.36-
YUV79.6204.9783.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.35%
GREEN value IS 85 (33.59% from 255) = 26.73%
BLUE value IS 216 (84.77% from 255) = 67.92%
R=5.35%
G=26.73%
B=67.92%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal17852160.920.6100.15219.585.4145.69
Hex1155D85C3D0Fdb552e
Octal211253301347501733312556
Binary10001101010111011000101110011110101111110110111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1155D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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