Html Css Color HEX #158893 Java

📋 copy color: '#158893'

red 21 ◦ green 136 ◦ blue 147

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

Shades of Java #158893

Tints of Java #158893

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.74%

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

R = 6.91%
G = 44.74%
B = 48.36%

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

#158893 (or 0x158893) is known color: Java. HEX triplet: 15, 88 and 93. RGB value is (21,136,147). Sum of RGB (Red+Green+Blue) = 21+136+147=304 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.91% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 147 - color contains mainly: blue. Hex color #158893 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158893 is #EA776C. Grayscale: #666666. Windows color (decimal): -15365997 or 9668629. OLE color: 9668629.

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

Color convert

RGB 21 136 147 -
CMYK 0.86 0.07 0 0.42
HSL 185.24º 0.75% 0.33% -
HSV(B) 185.24º 0.86% 0.58% -
XYZ 14.38 19.87 30.68 -
YUV 102.87 152.9 69.61 -
System Red Green Blue C M Y K H S L
Decimal 21 136 147 0.86 0.07 0 0.42 185.24 0.75 0.33
Hex 15 88 93 56 7 0 2A B9 4B 21
Octal 25 210 223 126 7 0 52 271 113 41
Binary 10101 10001000 10010011 1010110 111 0 101010 10111001 1001011 100001

Color Harmonies of #158893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158893

Black with #158893

Text Example


Text Example

White with #158893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158893; }

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

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

background-color css

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

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

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

border-color css

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

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

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