#1684a4

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

Shades of Eastern Blue #1684A4

Tints of Eastern Blue #1684A4

Color information

#1684A4 (or 0x1684A4) is unknown color: approx Eastern Blue. HEX triplet: 16, 84 and A4. RGB value is (22,132,164). Sum of RGB (Red+Green+Blue) = 22+132+164=318 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.92% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 164 (64.45% from 255 or 51.57% from 318); Max value from RGB is 164 - color contains mainly: blue. Hex color #1684A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1684A4 is #E97B5B. Grayscale: #666666. Windows color (decimal): -15301468 or 10781718. OLE color: 10781718.

HSL color Cylindrical-coordinate representation of color #1684A4: hue angle of 193.52º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1684A4 is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB22132164-
CMYK0.870.2000.36
HSL193.52º76.34%36.47%-
HSV(B)193.52º86.59%64.31%-
XYZ15.2819.3538.05-
YUV102.76162.5670.4-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.92%
GREEN value IS 132 (51.95% from 255) = 41.51%
BLUE value IS 164 (64.45% from 255) = 51.57%
R=6.92%
G=41.51%
B=51.57%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal221321640.870.2000.36193.5276.3436.47
Hex1684A45714024c24c24
Octal262042441272404430211444
Binary1011010000100101001001010111101000100100110000101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1684a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1684a4; }

 p { color: rgb(22,132,164); }

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

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

 a { background-color: rgb(22,132,164); }

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

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

 span { border-color: rgb(22,132,164); }

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