Html Css Color HEX #109CA2 Java

📋 copy color: '#109CA2'

red 16 ◦ green 156 ◦ blue 162

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

Shades of Java #109CA2

Tints of Java #109CA2

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.71%

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

R = 4.79%
G = 46.71%
B = 48.5%

CMYK

 C value IS 0.90

 M value IS 0.04

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#109CA2 (or 0x109CA2) is known color: Java. HEX triplet: 10, 9C and A2. RGB value is (16,156,162). Sum of RGB (Red+Green+Blue) = 16+156+162=334 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.79% from 334); Green value is 156 (61.33% from 255 or 46.71% from 334); Blue value is 162 (63.67% from 255 or 48.50% from 334); Max value from RGB is 162 - color contains mainly: blue. Hex color #109CA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109CA2 is #EF635D. Grayscale: #727272. Windows color (decimal): -15688542 or 10656784. OLE color: 10656784.

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

Color convert

RGB 16 156 162 -
CMYK 0.90 0.04 0 0.36
HSL 182.47º 0.82% 0.35% -
HSV(B) 182.47º 0.9% 0.64% -
XYZ 18.62 26.5 38.32 -
YUV 114.82 154.62 57.51 -
System Red Green Blue C M Y K H S L
Decimal 16 156 162 0.90 0.04 0 0.36 182.47 0.82 0.35
Hex 10 9C A2 5A 4 0 24 B6 52 23
Octal 20 234 242 132 4 0 44 266 122 43
Binary 10000 10011100 10100010 1011010 100 0 100100 10110110 1010010 100011

Color Harmonies of #109CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109CA2

Black with #109CA2

Text Example


Text Example

White with #109CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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