#1681A0

Color #1681A0 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #1681A0

Tints of Eastern Blue #1681A0

Color information

#1681A0 (or 0x1681A0) is unknown color: approx Eastern Blue. HEX triplet: 16, 81 and A0. RGB value is (22,129,160). Sum of RGB (Red+Green+Blue) = 22+129+160=311 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.07% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 160 (62.89% from 255 or 51.45% from 311); Max value from RGB is 160 - color contains mainly: blue. Hex color #1681A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1681A0 is #E97E5F. Grayscale: #646464. Windows color (decimal): -15302240 or 10518806. OLE color: 10518806.

HSL color Cylindrical-coordinate representation of color #1681A0: hue angle of 193.48º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1681A0 is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB22129160-
CMYK0.860.1900.37
HSL193.48º75.82%35.69%-
HSV(B)193.48º86.25%62.75%-
XYZ14.5318.4136.05-
YUV100.54161.5571.98-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.07%
GREEN value IS 129 (50.78% from 255) = 41.48%
BLUE value IS 160 (62.89% from 255) = 51.45%
R=7.07%
G=41.48%
B=51.45%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal221291600.860.1900.37193.4875.8235.69
Hex1681A05613025c14c24
Octal262012401262304530111444
Binary1011010000001101000001010110100110100101110000011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1681A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1681A0; }

 p { color: rgb(22,129,160); }

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

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

 a { background-color: rgb(22,129,160); }

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

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

 span { border-color: rgb(22,129,160); }

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