Html Css Color HEX #188291 Java

📋 copy color: '#188291'

red 24 ◦ green 130 ◦ blue 145

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

Shades of Java #188291

Tints of Java #188291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 48.49%

R = 8.03%
G = 43.48%
B = 48.49%

CMYK

 C value IS 0.83

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#188291 (or 0x188291) is known color: Java. HEX triplet: 18, 82 and 91. RGB value is (24,130,145). Sum of RGB (Red+Green+Blue) = 24+130+145=299 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.03% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 145 (57.03% from 255 or 48.49% from 299); Max value from RGB is 145 - color contains mainly: blue. Hex color #188291 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188291 is #E77D6E. Grayscale: #636363. Windows color (decimal): -15170927 or 9536024. OLE color: 9536024.

HSL color Cylindrical-coordinate representation of color #188291: hue angle of 187.44º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188291 is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 24 130 145 -
CMYK 0.83 0.10 0 0.43
HSL 187.44º 0.72% 0.33% -
HSV(B) 187.44º 0.83% 0.57% -
XYZ 13.47 18.2 29.59 -
YUV 100.02 153.38 73.78 -
System Red Green Blue C M Y K H S L
Decimal 24 130 145 0.83 0.10 0 0.43 187.44 0.72 0.33
Hex 18 82 91 53 A 0 2B BB 48 21
Octal 30 202 221 123 12 0 53 273 110 41
Binary 11000 10000010 10010001 1010011 1010 0 101011 10111011 1001000 100001

Color Harmonies of #188291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188291

Black with #188291

Text Example


Text Example

White with #188291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188291; }

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

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

background-color css

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

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

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

border-color css

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

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

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