Html Css Color HEX #188392 Java

📋 copy color: '#188392'

red 24 ◦ green 131 ◦ blue 146

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

Shades of Java #188392

Tints of Java #188392

RGB

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

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

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

R = 7.97%
G = 43.52%
B = 48.5%

CMYK

 C value IS 0.84

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#188392 (or 0x188392) is known color: Java. HEX triplet: 18, 83 and 92. RGB value is (24,131,146). Sum of RGB (Red+Green+Blue) = 24+131+146=301 (39% of max value = 765). Red value is 24 (9.77% from 255 or 7.97% from 301); Green value is 131 (51.56% from 255 or 43.52% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 146 - color contains mainly: blue. Hex color #188392 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188392 is #E77C6D. Grayscale: #646464. Windows color (decimal): -15170670 or 9601816. OLE color: 9601816.

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

Color convert

RGB 24 131 146 -
CMYK 0.84 0.10 0 0.43
HSL 187.38º 0.72% 0.33% -
HSV(B) 187.38º 0.84% 0.57% -
XYZ 13.68 18.5 30.04 -
YUV 100.72 153.55 73.28 -
System Red Green Blue C M Y K H S L
Decimal 24 131 146 0.84 0.10 0 0.43 187.38 0.72 0.33
Hex 18 83 92 54 A 0 2B BB 48 21
Octal 30 203 222 124 12 0 53 273 110 41
Binary 11000 10000011 10010010 1010100 1010 0 101011 10111011 1001000 100001

Color Harmonies of #188392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188392

Black with #188392

Text Example


Text Example

White with #188392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188392; }

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

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

background-color css

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

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

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

border-color css

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

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

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