#1680C6

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

Shades of Navy Blue #1680C6

Tints of Navy Blue #1680C6

Color information

#1680C6 (or 0x1680C6) is unknown color: approx Navy Blue. HEX triplet: 16, 80 and C6. RGB value is (22,128,198). Sum of RGB (Red+Green+Blue) = 22+128+198=348 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.32% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 198 (77.73% from 255 or 56.90% from 348); Max value from RGB is 198 - color contains mainly: blue. Hex color #1680C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1680C6 is #E97F39. Grayscale: #676767. Windows color (decimal): -15302458 or 13008918. OLE color: 13008918.

HSL color Cylindrical-coordinate representation of color #1680C6: hue angle of 203.86º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1680C6 is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB22128198-
CMYK0.890.3500.22
HSL203.86º80%43.14%-
HSV(B)203.86º88.89%77.65%-
XYZ18.2419.6956.26-
YUV104.29180.8869.31-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.32%
GREEN value IS 128 (50.39% from 255) = 36.78%
BLUE value IS 198 (77.73% from 255) = 56.90%
R=6.32%
G=36.78%
B=56.90%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal221281980.890.3500.22203.868043.14
Hex1680C65923016cc502b
Octal262003061314302631412053
Binary1011010000000110001101011001100011010110110011001010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1680C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1680C6; }

 p { color: rgb(22,128,198); }

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

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

 a { background-color: rgb(22,128,198); }

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

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

 span { border-color: rgb(22,128,198); }

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