Html Css Color HEX #188595 Java

📋 copy color: '#188595'

red 24 ◦ green 133 ◦ blue 149

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

Shades of Java #188595

Tints of Java #188595

RGB

 RED value IS 24 (9.77% from 255) = 7.84%

 GREEN value IS 133 (52.34% from 255) = 43.46%

 BLUE value IS 149 (58.59% from 255) = 48.69%

R = 7.84%
G = 43.46%
B = 48.69%

CMYK

 C value IS 0.84

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#188595 (or 0x188595) is known color: Java. HEX triplet: 18, 85 and 95. RGB value is (24,133,149). Sum of RGB (Red+Green+Blue) = 24+133+149=306 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.84% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: blue. Hex color #188595 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188595 is #E77A6A. Grayscale: #666666. Windows color (decimal): -15170155 or 9798936. OLE color: 9798936.

HSL color Cylindrical-coordinate representation of color #188595: hue angle of 187.68º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #188595 is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 24 133 149 -
CMYK 0.84 0.11 0 0.42
HSL 187.68º 0.72% 0.34% -
HSV(B) 187.68º 0.84% 0.58% -
XYZ 14.19 19.14 31.38 -
YUV 102.23 154.39 72.2 -
System Red Green Blue C M Y K H S L
Decimal 24 133 149 0.84 0.11 0 0.42 187.68 0.72 0.34
Hex 18 85 95 54 B 0 2A BC 48 22
Octal 30 205 225 124 13 0 52 274 110 42
Binary 11000 10000101 10010101 1010100 1011 0 101010 10111100 1001000 100010

Color Harmonies of #188595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188595

Black with #188595

Text Example


Text Example

White with #188595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188595; }

 p { color: rgb(24,133,149); }

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

background-color css

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

 a { background-color: rgb(24,133,149); }

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

border-color css

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

 span { border-color: rgb(24,133,149); }

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