Html Css Color HEX #188292 Java

📋 copy color: '#188292'

red 24 ◦ green 130 ◦ blue 146

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

Shades of Java #188292

Tints of Java #188292

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.33%

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

R = 8%
G = 43.33%
B = 48.67%

CMYK

 C value IS 0.84

 M value IS 0.11

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#188292 (or 0x188292) is known color: Java. HEX triplet: 18, 82 and 92. RGB value is (24,130,146). Sum of RGB (Red+Green+Blue) = 24+130+146=300 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: blue. Hex color #188292 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188292 is #E77D6D. Grayscale: #636363. Windows color (decimal): -15170926 or 9601560. OLE color: 9601560.

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

Color convert

RGB 24 130 146 -
CMYK 0.84 0.11 0 0.43
HSL 187.87º 0.72% 0.33% -
HSV(B) 187.87º 0.84% 0.57% -
XYZ 13.55 18.23 30 -
YUV 100.13 153.88 73.7 -
System Red Green Blue C M Y K H S L
Decimal 24 130 146 0.84 0.11 0 0.43 187.87 0.72 0.33
Hex 18 82 92 54 B 0 2B BC 48 21
Octal 30 202 222 124 13 0 53 274 110 41
Binary 11000 10000010 10010010 1010100 1011 0 101011 10111100 1001000 100001

Color Harmonies of #188292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188292

Black with #188292

Text Example


Text Example

White with #188292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188292; }

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

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

background-color css

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

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

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

border-color css

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

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

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