#188292

Color #188292 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #188292

Tints of Java #188292

Color information

#188292 (or 0x188292) is unknown color: approx 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

RGB24130146-
CMYK0.840.1100.43
HSL187.87º71.76%33.33%-
HSV(B)187.87º83.56%57.25%-
XYZ13.5518.2330-
YUV100.13153.8873.7-

RGB Variations

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

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 (Cyan) values IS 0.84
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal241301460.840.1100.43187.8771.7633.33
Hex18829254B02Bbc4821
Octal302022221241305327411041
Binary110001000001010010010101010010110101011101111001001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>