Html Css Color HEX #159FA4 Java

📋 copy color: '#159FA4'

red 21 ◦ green 159 ◦ blue 164

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

Shades of Java #159FA4

Tints of Java #159FA4

RGB

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

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

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

R = 6.1%
G = 46.22%
B = 47.67%

CMYK

 C value IS 0.87

 M value IS 0.03

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#159FA4 (or 0x159FA4) is known color: Java. HEX triplet: 15, 9F and A4. RGB value is (21,159,164). Sum of RGB (Red+Green+Blue) = 21+159+164=344 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.10% from 344); Green value is 159 (62.5% from 255 or 46.22% from 344); Blue value is 164 (64.45% from 255 or 47.67% from 344); Max value from RGB is 164 - color contains mainly: blue. Hex color #159FA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159FA4 is #EA605B. Grayscale: #767676. Windows color (decimal): -15360092 or 10788629. OLE color: 10788629.

HSL color Cylindrical-coordinate representation of color #159FA4: hue angle of 182.1º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #159FA4 is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 21 159 164 -
CMYK 0.87 0.03 0 0.36
HSL 182.1º 0.77% 0.36% -
HSV(B) 182.1º 0.87% 0.64% -
XYZ 19.41 27.64 39.43 -
YUV 118.31 153.78 58.59 -
System Red Green Blue C M Y K H S L
Decimal 21 159 164 0.87 0.03 0 0.36 182.1 0.77 0.36
Hex 15 9F A4 57 3 0 24 B6 4D 24
Octal 25 237 244 127 3 0 44 266 115 44
Binary 10101 10011111 10100100 1010111 11 0 100100 10110110 1001101 100100

Color Harmonies of #159FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159FA4

Black with #159FA4

Text Example


Text Example

White with #159FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159FA4; }

 p { color: rgb(21,159,164); }

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

background-color css

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

 a { background-color: rgb(21,159,164); }

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

border-color css

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

 span { border-color: rgb(21,159,164); }

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