Html Css Color HEX #158993 Java

📋 copy color: '#158993'

red 21 ◦ green 137 ◦ blue 147

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

Shades of Java #158993

Tints of Java #158993

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.92%

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

R = 6.89%
G = 44.92%
B = 48.2%

CMYK

 C value IS 0.86

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#158993 (or 0x158993) is known color: Java. HEX triplet: 15, 89 and 93. RGB value is (21,137,147). Sum of RGB (Red+Green+Blue) = 21+137+147=305 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.89% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #158993 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158993 is #EA766C. Grayscale: #676767. Windows color (decimal): -15365741 or 9668885. OLE color: 9668885.

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

Color convert

RGB 21 137 147 -
CMYK 0.86 0.07 0 0.42
HSL 184.76º 0.75% 0.33% -
HSV(B) 184.76º 0.86% 0.58% -
XYZ 14.52 20.16 30.73 -
YUV 103.46 152.57 69.19 -
System Red Green Blue C M Y K H S L
Decimal 21 137 147 0.86 0.07 0 0.42 184.76 0.75 0.33
Hex 15 89 93 56 7 0 2A B9 4B 21
Octal 25 211 223 126 7 0 52 271 113 41
Binary 10101 10001001 10010011 1010110 111 0 101010 10111001 1001011 100001

Color Harmonies of #158993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158993

Black with #158993

Text Example


Text Example

White with #158993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158993; }

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

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

background-color css

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

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

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

border-color css

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

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

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