Html Css Color HEX #188091 Eastern Blue

📋 copy color: '#188091'

red 24 ◦ green 128 ◦ blue 145

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

Shades of Eastern Blue #188091

Tints of Eastern Blue #188091

RGB

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

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

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

R = 8.08%
G = 43.1%
B = 48.82%

CMYK

 C value IS 0.83

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#188091 (or 0x188091) is known color: Eastern Blue. HEX triplet: 18, 80 and 91. RGB value is (24,128,145). Sum of RGB (Red+Green+Blue) = 24+128+145=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 145 (57.03% from 255 or 48.82% from 297); Max value from RGB is 145 - color contains mainly: blue. Hex color #188091 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188091 is #E77F6E. Grayscale: #626262. Windows color (decimal): -15171439 or 9535512. OLE color: 9535512.

HSL color Cylindrical-coordinate representation of color #188091: hue angle of 188.43º 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 #188091 is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 24 128 145 -
CMYK 0.83 0.12 0 0.43
HSL 188.43º 0.72% 0.33% -
HSV(B) 188.43º 0.83% 0.57% -
XYZ 13.21 17.68 29.5 -
YUV 98.84 154.04 74.62 -
System Red Green Blue C M Y K H S L
Decimal 24 128 145 0.83 0.12 0 0.43 188.43 0.72 0.33
Hex 18 80 91 53 C 0 2B BC 48 21
Octal 30 200 221 123 14 0 53 274 110 41
Binary 11000 10000000 10010001 1010011 1100 0 101011 10111100 1001000 100001

Color Harmonies of #188091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188091

Black with #188091

Text Example


Text Example

White with #188091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188091; }

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

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

background-color css

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

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

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

border-color css

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

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

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