#188594

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

Shades of Java #188594

Tints of Java #188594

Color information

#188594 (or 0x188594) is unknown color: approx Java. HEX triplet: 18, 85 and 94. RGB value is (24,133,148). Sum of RGB (Red+Green+Blue) = 24+133+148=305 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.87% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 148 - color contains mainly: blue. Hex color #188594 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188594 is #E77A6B. Grayscale: #656565. Windows color (decimal): -15170156 or 9733400. OLE color: 9733400.

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

Color convert

RGB24133148-
CMYK0.840.1000.42
HSL187.26º72.09%33.73%-
HSV(B)187.26º83.78%58.04%-
XYZ14.1119.1130.96-
YUV102.12153.8972.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.87%
GREEN value IS 133 (52.34% from 255) = 43.61%
BLUE value IS 148 (58.20% from 255) = 48.52%
R=7.87%
G=43.61%
B=48.52%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal241331480.840.1000.42187.2672.0933.73
Hex18859454A02Abb4822
Octal302052241241205227311042
Binary110001000010110010100101010010100101010101110111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188594; }

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

 H1.HeaderClassName
 {
   color: #188594;
 }
 .AnyTagClassName
 {
   color: #188594;
 }
</style>
background-color css

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

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

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

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

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

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