#109EA1

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

Shades of Java #109EA1

Tints of Java #109EA1

Color information

#109EA1 (or 0x109EA1) is unknown color: approx Java. HEX triplet: 10, 9E and A1. RGB value is (16,158,161). Sum of RGB (Red+Green+Blue) = 16+158+161=335 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.78% from 335); Green value is 158 (62.11% from 255 or 47.16% from 335); Blue value is 161 (63.28% from 255 or 48.06% from 335); Max value from RGB is 161 - color contains mainly: blue. Hex color #109EA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109EA1 is #EF615E. Grayscale: #737373. Windows color (decimal): -15688031 or 10591760. OLE color: 10591760.

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

Color convert

RGB16158161-
CMYK0.900.0200.37
HSL181.24º81.92%34.71%-
HSV(B)181.24º90.06%63.14%-
XYZ18.8727.1437.96-
YUV115.88153.4656.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.78%
GREEN value IS 158 (62.11% from 255) = 47.16%
BLUE value IS 161 (63.28% from 255) = 48.06%
R=4.78%
G=47.16%
B=48.06%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161581610.900.0200.37181.2481.9234.71
Hex109EA15A2025b55223
Octal20236241132204526512243
Binary1000010011110101000011011010100100101101101011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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