Html Css Color HEX #159092 Java

📋 copy color: '#159092'

red 21 ◦ green 144 ◦ blue 146

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

Shades of Java #159092

Tints of Java #159092

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.3%

 BLUE value IS 146 (57.42% from 255) = 46.95%

R = 6.75%
G = 46.3%
B = 46.95%

CMYK

 C value IS 0.86

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#159092 (or 0x159092) is known color: Java. HEX triplet: 15, 90 and 92. RGB value is (21,144,146). Sum of RGB (Red+Green+Blue) = 21+144+146=311 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.75% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 146 - color contains mainly: blue. Hex color #159092 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159092 is #EA6F6D. Grayscale: #6B6B6B. Windows color (decimal): -15363950 or 9605141. OLE color: 9605141.

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

Color convert

RGB 21 144 146 -
CMYK 0.86 0.01 0 0.43
HSL 180.96º 0.75% 0.33% -
HSV(B) 180.96º 0.86% 0.57% -
XYZ 15.47 22.18 30.66 -
YUV 107.45 149.75 66.34 -
System Red Green Blue C M Y K H S L
Decimal 21 144 146 0.86 0.01 0 0.43 180.96 0.75 0.33
Hex 15 90 92 56 1 0 2B B5 4B 21
Octal 25 220 222 126 1 0 53 265 113 41
Binary 10101 10010000 10010010 1010110 1 0 101011 10110101 1001011 100001

Color Harmonies of #159092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159092

Black with #159092

Text Example


Text Example

White with #159092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159092; }

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

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

background-color css

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

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

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

border-color css

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

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

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