Html Css Color HEX #1693A2 Java

📋 copy color: '#1693A2'

red 22 ◦ green 147 ◦ blue 162

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

Shades of Java #1693A2

Tints of Java #1693A2

RGB

 RED value IS 22 (8.98% from 255) = 6.65%

 GREEN value IS 147 (57.81% from 255) = 44.41%

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

R = 6.65%
G = 44.41%
B = 48.94%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1693A2 (or 0x1693A2) is known color: Java. HEX triplet: 16, 93 and A2. RGB value is (22,147,162). Sum of RGB (Red+Green+Blue) = 22+147+162=331 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.65% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 162 (63.67% from 255 or 48.94% from 331); Max value from RGB is 162 - color contains mainly: blue. Hex color #1693A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1693A2 is #E96C5D. Grayscale: #6F6F6F. Windows color (decimal): -15297630 or 10654486. OLE color: 10654486.

HSL color Cylindrical-coordinate representation of color #1693A2: hue angle of 186.43º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1693A2 is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 22 147 162 -
CMYK 0.86 0.09 0 0.36
HSL 186.43º 0.76% 0.36% -
HSV(B) 186.43º 0.86% 0.64% -
XYZ 17.29 23.65 37.84 -
YUV 111.34 156.59 64.28 -
System Red Green Blue C M Y K H S L
Decimal 22 147 162 0.86 0.09 0 0.36 186.43 0.76 0.36
Hex 16 93 A2 56 9 0 24 BA 4C 24
Octal 26 223 242 126 11 0 44 272 114 44
Binary 10110 10010011 10100010 1010110 1001 0 100100 10111010 1001100 100100

Color Harmonies of #1693A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1693A2

Black with #1693A2

Text Example


Text Example

White with #1693A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1693A2; }

 p { color: rgb(22,147,162); }

 H1.HeaderClassName
 {
   color: #1693A2;
 }
 .AnyTagClassName
 {
   color: #1693A2;
 }
</style>

background-color css

<style>
 a { background-color: #1693A2; }

 a { background-color: rgb(22,147,162); }

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

border-color css

<style>
 span { border-color: #1693A2; }

 span { border-color: rgb(22,147,162); }

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