Html Css Color HEX #159293 Java

📋 copy color: '#159293'

red 21 ◦ green 146 ◦ blue 147

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

Shades of Java #159293

Tints of Java #159293

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.5%

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

R = 6.69%
G = 46.5%
B = 46.82%

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

#159293 (or 0x159293) is known color: Java. HEX triplet: 15, 92 and 93. RGB value is (21,146,147). Sum of RGB (Red+Green+Blue) = 21+146+147=314 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.69% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 147 - color contains mainly: blue. Hex color #159293 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159293 is #EA6D6C. Grayscale: #6C6C6C. Windows color (decimal): -15363437 or 9671189. OLE color: 9671189.

HSL color Cylindrical-coordinate representation of color #159293: hue angle of 180.48º 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 #159293 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 21 146 147 -
CMYK 0.86 0.01 0 0.42
HSL 180.48º 0.75% 0.33% -
HSV(B) 180.48º 0.86% 0.58% -
XYZ 15.85 22.82 31.17 -
YUV 108.74 149.59 65.42 -
System Red Green Blue C M Y K H S L
Decimal 21 146 147 0.86 0.01 0 0.42 180.48 0.75 0.33
Hex 15 92 93 56 1 0 2A B4 4B 21
Octal 25 222 223 126 1 0 52 264 113 41
Binary 10101 10010010 10010011 1010110 1 0 101010 10110100 1001011 100001

Color Harmonies of #159293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159293

Black with #159293

Text Example


Text Example

White with #159293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159293; }

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

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

background-color css

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

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

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

border-color css

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

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

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