Html Css Color HEX #188390 Java

📋 copy color: '#188390'

red 24 ◦ green 131 ◦ blue 144

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

Shades of Java #188390

Tints of Java #188390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 48.16%

R = 8.03%
G = 43.81%
B = 48.16%

CMYK

 C value IS 0.83

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#188390 (or 0x188390) is known color: Java. HEX triplet: 18, 83 and 90. RGB value is (24,131,144). Sum of RGB (Red+Green+Blue) = 24+131+144=299 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.03% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 144 - color contains mainly: blue. Hex color #188390 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188390 is #E77C6F. Grayscale: #646464. Windows color (decimal): -15170672 or 9470744. OLE color: 9470744.

HSL color Cylindrical-coordinate representation of color #188390: hue angle of 186.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188390 is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 24 131 144 -
CMYK 0.83 0.09 0 0.44
HSL 186.5º 0.71% 0.33% -
HSV(B) 186.5º 0.83% 0.56% -
XYZ 13.53 18.44 29.23 -
YUV 100.49 152.55 73.44 -
System Red Green Blue C M Y K H S L
Decimal 24 131 144 0.83 0.09 0 0.44 186.5 0.71 0.33
Hex 18 83 90 53 9 0 2C BA 47 21
Octal 30 203 220 123 11 0 54 272 107 41
Binary 11000 10000011 10010000 1010011 1001 0 101100 10111010 1000111 100001

Color Harmonies of #188390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188390

Black with #188390

Text Example


Text Example

White with #188390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188390; }

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

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

background-color css

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

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

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

border-color css

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

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

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