Html Css Color HEX #159193 Java

📋 copy color: '#159193'

red 21 ◦ green 145 ◦ blue 147

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

Shades of Java #159193

Tints of Java #159193

RGB

 RED value IS 21 (8.59% from 255) = 6.71%

 GREEN value IS 145 (57.03% from 255) = 46.33%

 BLUE value IS 147 (57.81% from 255) = 46.96%

R = 6.71%
G = 46.33%
B = 46.96%

CMYK

 C value IS 0.86

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#159193 (or 0x159193) is known color: Java. HEX triplet: 15, 91 and 93. RGB value is (21,145,147). Sum of RGB (Red+Green+Blue) = 21+145+147=313 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.71% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 147 - color contains mainly: blue. Hex color #159193 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159193 is #EA6E6C. Grayscale: #6C6C6C. Windows color (decimal): -15363693 or 9670933. OLE color: 9670933.

HSL color Cylindrical-coordinate representation of color #159193: hue angle of 180.95º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159193 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 21 145 147 -
CMYK 0.86 0.01 0 0.42
HSL 180.95º 0.75% 0.33% -
HSV(B) 180.95º 0.86% 0.58% -
XYZ 15.7 22.52 31.12 -
YUV 108.15 149.92 65.84 -
System Red Green Blue C M Y K H S L
Decimal 21 145 147 0.86 0.01 0 0.42 180.95 0.75 0.33
Hex 15 91 93 56 1 0 2A B5 4B 21
Octal 25 221 223 126 1 0 52 265 113 41
Binary 10101 10010001 10010011 1010110 1 0 101010 10110101 1001011 100001

Color Harmonies of #159193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159193

Black with #159193

Text Example


Text Example

White with #159193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159193; }

 p { color: rgb(21,145,147); }

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

background-color css

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

 a { background-color: rgb(21,145,147); }

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

border-color css

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

 span { border-color: rgb(21,145,147); }

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