Html Css Color HEX #109AA4 Java

📋 copy color: '#109AA4'

red 16 ◦ green 154 ◦ blue 164

#109AA4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #109AA4

Tints of Java #109AA4

RGB

 RED value IS 16 (6.64% from 255) = 4.79%

 GREEN value IS 154 (60.55% from 255) = 46.11%

 BLUE value IS 164 (64.45% from 255) = 49.1%

R = 4.79%
G = 46.11%
B = 49.1%

CMYK

 C value IS 0.90

 M value IS 0.06

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#109AA4 (or 0x109AA4) is known color: Java. HEX triplet: 10, 9A and A4. RGB value is (16,154,164). Sum of RGB (Red+Green+Blue) = 16+154+164=334 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.79% from 334); Green value is 154 (60.55% from 255 or 46.11% from 334); Blue value is 164 (64.45% from 255 or 49.10% from 334); Max value from RGB is 164 - color contains mainly: blue. Hex color #109AA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109AA4 is #EF655B. Grayscale: #717171. Windows color (decimal): -15689052 or 10787344. OLE color: 10787344.

HSL color Cylindrical-coordinate representation of color #109AA4: hue angle of 184.05º 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 #109AA4 is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 16 154 164 -
CMYK 0.90 0.06 0 0.36
HSL 184.05º 0.82% 0.35% -
HSV(B) 184.05º 0.9% 0.64% -
XYZ 18.47 25.9 39.15 -
YUV 113.88 156.28 58.19 -
System Red Green Blue C M Y K H S L
Decimal 16 154 164 0.90 0.06 0 0.36 184.05 0.82 0.35
Hex 10 9A A4 5A 6 0 24 B8 52 23
Octal 20 232 244 132 6 0 44 270 122 43
Binary 10000 10011010 10100100 1011010 110 0 100100 10111000 1010010 100011

Color Harmonies of #109AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109AA4

Black with #109AA4

Text Example


Text Example

White with #109AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #109AA4;
 }
 .AnyTagClassName
 {
   color: #109AA4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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