Html Css Color HEX #109FA2 Java

📋 copy color: '#109FA2'

red 16 ◦ green 159 ◦ blue 162

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

Shades of Java #109FA2

Tints of Java #109FA2

RGB

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

 GREEN value IS 159 (62.5% from 255) = 47.18%

 BLUE value IS 162 (63.67% from 255) = 48.07%

R = 4.75%
G = 47.18%
B = 48.07%

CMYK

 C value IS 0.90

 M value IS 0.02

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#109FA2 (or 0x109FA2) is known color: Java. HEX triplet: 10, 9F and A2. RGB value is (16,159,162). Sum of RGB (Red+Green+Blue) = 16+159+162=337 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.75% from 337); Green value is 159 (62.5% from 255 or 47.18% from 337); Blue value is 162 (63.67% from 255 or 48.07% from 337); Max value from RGB is 162 - color contains mainly: blue. Hex color #109FA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109FA2 is #EF605D. Grayscale: #747474. Windows color (decimal): -15687774 or 10657552. OLE color: 10657552.

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

Color convert

RGB 16 159 162 -
CMYK 0.90 0.02 0 0.36
HSL 181.23º 0.82% 0.35% -
HSV(B) 181.23º 0.9% 0.64% -
XYZ 19.13 27.52 38.48 -
YUV 116.59 153.62 56.26 -
System Red Green Blue C M Y K H S L
Decimal 16 159 162 0.90 0.02 0 0.36 181.23 0.82 0.35
Hex 10 9F A2 5A 2 0 24 B5 52 23
Octal 20 237 242 132 2 0 44 265 122 43
Binary 10000 10011111 10100010 1011010 10 0 100100 10110101 1010010 100011

Color Harmonies of #109FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109FA2

Black with #109FA2

Text Example


Text Example

White with #109FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,159,162); }

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

background-color css

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

 a { background-color: rgb(16,159,162); }

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

border-color css

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

 span { border-color: rgb(16,159,162); }

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