#110676

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

Shades of Navy #110676

Tints of Navy #110676

Color information

#110676 (or 0x110676) is unknown color: approx Navy. HEX triplet: 11, 06 and 76. RGB value is (17,6,118). Sum of RGB (Red+Green+Blue) = 17+6+118=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 6 (2.73% from 255 or 4.26% from 141); Blue value is 118 (46.48% from 255 or 83.69% from 141); Max value from RGB is 118 - color contains mainly: blue. Hex color #110676 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110676 is #EEF989. Grayscale: #151515. Windows color (decimal): -15661450 or 7734801. OLE color: 7734801.

HSL color Cylindrical-coordinate representation of color #110676: hue angle of 245.89º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #110676 is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB176118-
CMYK0.860.9500.54
HSL245.89º90.32%24.31%-
HSV(B)245.89º94.92%46.27%-
XYZ3.571.5617.25-
YUV22.06182.14124.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.06%
GREEN value IS 6 (2.73% from 255) = 4.26%
BLUE value IS 118 (46.48% from 255) = 83.69%
R=12.06%
G=4.26%
B=83.69%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1761180.860.9500.54245.8990.3224.31
Hex11676565F036f65a18
Octal21616612613706636613230
Binary10001110111011010101101011111011011011110110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110676; }

 p { color: rgb(17,6,118); }

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

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

 a { background-color: rgb(17,6,118); }

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

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

 span { border-color: rgb(17,6,118); }

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