Html Css Color HEX #188095 Eastern Blue

📋 copy color: '#188095'

red 24 ◦ green 128 ◦ blue 149

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

Shades of Eastern Blue #188095

Tints of Eastern Blue #188095

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.52%

 BLUE value IS 149 (58.59% from 255) = 49.5%

R = 7.97%
G = 42.52%
B = 49.5%

CMYK

 C value IS 0.84

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#188095 (or 0x188095) is known color: Eastern Blue. HEX triplet: 18, 80 and 95. RGB value is (24,128,149). Sum of RGB (Red+Green+Blue) = 24+128+149=301 (39% of max value = 765). Red value is 24 (9.77% from 255 or 7.97% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #188095 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188095 is #E77F6A. Grayscale: #636363. Windows color (decimal): -15171435 or 9797656. OLE color: 9797656.

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

Color convert

RGB 24 128 149 -
CMYK 0.84 0.14 0 0.42
HSL 190.08º 0.72% 0.34% -
HSV(B) 190.08º 0.84% 0.58% -
XYZ 13.52 17.8 31.16 -
YUV 99.3 156.04 74.29 -
System Red Green Blue C M Y K H S L
Decimal 24 128 149 0.84 0.14 0 0.42 190.08 0.72 0.34
Hex 18 80 95 54 E 0 2A BE 48 22
Octal 30 200 225 124 16 0 52 276 110 42
Binary 11000 10000000 10010101 1010100 1110 0 101010 10111110 1001000 100010

Color Harmonies of #188095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188095

Black with #188095

Text Example


Text Example

White with #188095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188095; }

 p { color: rgb(24,128,149); }

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

background-color css

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

 a { background-color: rgb(24,128,149); }

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

border-color css

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

 span { border-color: rgb(24,128,149); }

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