Html Css Color HEX #188492 Java

📋 copy color: '#188492'

red 24 ◦ green 132 ◦ blue 146

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

Shades of Java #188492

Tints of Java #188492

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.71%

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

R = 7.95%
G = 43.71%
B = 48.34%

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

#188492 (or 0x188492) is known color: Java. HEX triplet: 18, 84 and 92. RGB value is (24,132,146). Sum of RGB (Red+Green+Blue) = 24+132+146=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 146 - color contains mainly: blue. Hex color #188492 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188492 is #E77B6D. Grayscale: #656565. Windows color (decimal): -15170414 or 9602072. OLE color: 9602072.

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

Color convert

RGB 24 132 146 -
CMYK 0.84 0.10 0 0.43
HSL 186.89º 0.72% 0.33% -
HSV(B) 186.89º 0.84% 0.57% -
XYZ 13.82 18.77 30.09 -
YUV 101.3 153.22 72.86 -
System Red Green Blue C M Y K H S L
Decimal 24 132 146 0.84 0.10 0 0.43 186.89 0.72 0.33
Hex 18 84 92 54 A 0 2B BB 48 21
Octal 30 204 222 124 12 0 53 273 110 41
Binary 11000 10000100 10010010 1010100 1010 0 101011 10111011 1001000 100001

Color Harmonies of #188492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188492

Black with #188492

Text Example


Text Example

White with #188492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188492; }

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

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

background-color css

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

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

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

border-color css

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

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

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