#109EA4

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

Shades of Java #109EA4

Tints of Java #109EA4

Color information

#109EA4 (or 0x109EA4) is unknown color: approx Java. HEX triplet: 10, 9E and A4. RGB value is (16,158,164). Sum of RGB (Red+Green+Blue) = 16+158+164=338 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.73% from 338); Green value is 158 (62.11% from 255 or 46.75% from 338); Blue value is 164 (64.45% from 255 or 48.52% from 338); Max value from RGB is 164 - color contains mainly: blue. Hex color #109EA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109EA4 is #EF615B. Grayscale: #747474. Windows color (decimal): -15688028 or 10788368. OLE color: 10788368.

HSL color Cylindrical-coordinate representation of color #109EA4: hue angle of 182.43º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #109EA4 is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB16158164-
CMYK0.900.0400.36
HSL182.43º82.22%35.29%-
HSV(B)182.43º90.24%64.31%-
XYZ19.1427.2439.37-
YUV116.23154.9656.51-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.73%
GREEN value IS 158 (62.11% from 255) = 46.75%
BLUE value IS 164 (64.45% from 255) = 48.52%
R=4.73%
G=46.75%
B=48.52%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal161581640.900.0400.36182.4382.2235.29
Hex109EA45A4024b65223
Octal20236244132404426612243
Binary10000100111101010010010110101000100100101101101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #109EA4; }

 p { color: rgb(16,158,164); }

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

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

 a { background-color: rgb(16,158,164); }

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

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

 span { border-color: rgb(16,158,164); }

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