Html Css Color HEX #188493 Java

📋 copy color: '#188493'

red 24 ◦ green 132 ◦ blue 147

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

Shades of Java #188493

Tints of Java #188493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 48.51%

R = 7.92%
G = 43.56%
B = 48.51%

CMYK

 C value IS 0.84

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#188493 (or 0x188493) is known color: Java. HEX triplet: 18, 84 and 93. RGB value is (24,132,147). Sum of RGB (Red+Green+Blue) = 24+132+147=303 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.92% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #188493 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188493 is #E77B6C. Grayscale: #656565. Windows color (decimal): -15170413 or 9667608. OLE color: 9667608.

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

Color convert

RGB 24 132 147 -
CMYK 0.84 0.10 0 0.42
HSL 187.32º 0.72% 0.34% -
HSV(B) 187.32º 0.84% 0.58% -
XYZ 13.89 18.8 30.5 -
YUV 101.42 153.72 72.78 -
System Red Green Blue C M Y K H S L
Decimal 24 132 147 0.84 0.10 0 0.42 187.32 0.72 0.34
Hex 18 84 93 54 A 0 2A BB 48 22
Octal 30 204 223 124 12 0 52 273 110 42
Binary 11000 10000100 10010011 1010100 1010 0 101010 10111011 1001000 100010

Color Harmonies of #188493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188493

Black with #188493

Text Example


Text Example

White with #188493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188493; }

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

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

background-color css

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

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

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

border-color css

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

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

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