Html Css Color HEX #18809E Eastern Blue

📋 copy color: '#18809E'

red 24 ◦ green 128 ◦ blue 158

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

Shades of Eastern Blue #18809E

Tints of Eastern Blue #18809E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 50.97%

R = 7.74%
G = 41.29%
B = 50.97%

CMYK

 C value IS 0.85

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18809E (or 0x18809E) is known color: Eastern Blue. HEX triplet: 18, 80 and 9E. RGB value is (24,128,158). Sum of RGB (Red+Green+Blue) = 24+128+158=310 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.74% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 158 (62.11% from 255 or 50.97% from 310); Max value from RGB is 158 - color contains mainly: blue. Hex color #18809E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18809E is #E77F61. Grayscale: #646464. Windows color (decimal): -15171426 or 10387480. OLE color: 10387480.

HSL color Cylindrical-coordinate representation of color #18809E: hue angle of 193.43º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18809E is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 128 158 -
CMYK 0.85 0.19 0 0.38
HSL 193.43º 0.74% 0.36% -
HSV(B) 193.43º 0.85% 0.62% -
XYZ 14.27 18.1 35.09 -
YUV 100.32 160.54 73.56 -
System Red Green Blue C M Y K H S L
Decimal 24 128 158 0.85 0.19 0 0.38 193.43 0.74 0.36
Hex 18 80 9E 55 13 0 26 C1 4A 24
Octal 30 200 236 125 23 0 46 301 112 44
Binary 11000 10000000 10011110 1010101 10011 0 100110 11000001 1001010 100100

Color Harmonies of #18809E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18809E

Black with #18809E

Text Example


Text Example

White with #18809E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18809E; }

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

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

background-color css

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

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

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

border-color css

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

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

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