Html Css Color HEX #188099 Eastern Blue

📋 copy color: '#188099'

red 24 ◦ green 128 ◦ blue 153

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

Shades of Eastern Blue #188099

Tints of Eastern Blue #188099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 50.16%

R = 7.87%
G = 41.97%
B = 50.16%

CMYK

 C value IS 0.84

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#188099 (or 0x188099) is known color: Eastern Blue. HEX triplet: 18, 80 and 99. RGB value is (24,128,153). Sum of RGB (Red+Green+Blue) = 24+128+153=305 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.87% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #188099 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188099 is #E77F66. Grayscale: #636363. Windows color (decimal): -15171431 or 10059800. OLE color: 10059800.

HSL color Cylindrical-coordinate representation of color #188099: hue angle of 191.63º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #188099 is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 24 128 153 -
CMYK 0.84 0.16 0 0.4
HSL 191.63º 0.73% 0.35% -
HSV(B) 191.63º 0.84% 0.6% -
XYZ 13.85 17.93 32.87 -
YUV 99.75 158.04 73.97 -
System Red Green Blue C M Y K H S L
Decimal 24 128 153 0.84 0.16 0 0.4 191.63 0.73 0.35
Hex 18 80 99 54 10 0 28 C0 49 23
Octal 30 200 231 124 20 0 50 300 111 43
Binary 11000 10000000 10011001 1010100 10000 0 101000 11000000 1001001 100011

Color Harmonies of #188099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188099

Black with #188099

Text Example


Text Example

White with #188099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188099; }

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

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

background-color css

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

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

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

border-color css

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

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

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