Html Css Color HEX #188394 Java

📋 copy color: '#188394'

red 24 ◦ green 131 ◦ blue 148

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

Shades of Java #188394

Tints of Java #188394

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.23%

 BLUE value IS 148 (58.2% from 255) = 48.84%

R = 7.92%
G = 43.23%
B = 48.84%

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

#188394 (or 0x188394) is known color: Java. HEX triplet: 18, 83 and 94. RGB value is (24,131,148). Sum of RGB (Red+Green+Blue) = 24+131+148=303 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.92% from 303); Green value is 131 (51.56% from 255 or 43.23% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 148 - color contains mainly: blue. Hex color #188394 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188394 is #E77C6B. Grayscale: #646464. Windows color (decimal): -15170668 or 9732888. OLE color: 9732888.

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

Color convert

RGB 24 131 148 -
CMYK 0.84 0.11 0 0.42
HSL 188.23º 0.72% 0.34% -
HSV(B) 188.23º 0.84% 0.58% -
XYZ 13.84 18.56 30.87 -
YUV 100.95 154.55 73.12 -
System Red Green Blue C M Y K H S L
Decimal 24 131 148 0.84 0.11 0 0.42 188.23 0.72 0.34
Hex 18 83 94 54 B 0 2A BC 48 22
Octal 30 203 224 124 13 0 52 274 110 42
Binary 11000 10000011 10010100 1010100 1011 0 101010 10111100 1001000 100010

Color Harmonies of #188394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188394

Black with #188394

Text Example


Text Example

White with #188394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188394; }

 p { color: rgb(24,131,148); }

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

background-color css

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

 a { background-color: rgb(24,131,148); }

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

border-color css

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

 span { border-color: rgb(24,131,148); }

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