Html Css Color HEX #18809B Eastern Blue

📋 copy color: '#18809B'

red 24 ◦ green 128 ◦ blue 155

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

Shades of Eastern Blue #18809B

Tints of Eastern Blue #18809B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 50.49%

R = 7.82%
G = 41.69%
B = 50.49%

CMYK

 C value IS 0.85

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18809B (or 0x18809B) is known color: Eastern Blue. HEX triplet: 18, 80 and 9B. RGB value is (24,128,155). Sum of RGB (Red+Green+Blue) = 24+128+155=307 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.82% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #18809B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18809B is #E77F64. Grayscale: #636363. Windows color (decimal): -15171429 or 10190872. OLE color: 10190872.

HSL color Cylindrical-coordinate representation of color #18809B: hue angle of 192.37º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18809B is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 24 128 155 -
CMYK 0.85 0.17 0 0.39
HSL 192.37º 0.73% 0.35% -
HSV(B) 192.37º 0.85% 0.61% -
XYZ 14.01 18 33.75 -
YUV 99.98 159.04 73.8 -
System Red Green Blue C M Y K H S L
Decimal 24 128 155 0.85 0.17 0 0.39 192.37 0.73 0.35
Hex 18 80 9B 55 11 0 27 C0 49 23
Octal 30 200 233 125 21 0 47 300 111 43
Binary 11000 10000000 10011011 1010101 10001 0 100111 11000000 1001001 100011

Color Harmonies of #18809B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18809B

Black with #18809B

Text Example


Text Example

White with #18809B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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