Html Css Color HEX #18839D Eastern Blue

📋 copy color: '#18839D'

red 24 ◦ green 131 ◦ blue 157

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

Shades of Eastern Blue #18839D

Tints of Eastern Blue #18839D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.99%

 BLUE value IS 157 (61.72% from 255) = 50.32%

R = 7.69%
G = 41.99%
B = 50.32%

CMYK

 C value IS 0.85

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18839D (or 0x18839D) is known color: Eastern Blue. HEX triplet: 18, 83 and 9D. RGB value is (24,131,157). Sum of RGB (Red+Green+Blue) = 24+131+157=312 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.69% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 157 (61.72% from 255 or 50.32% from 312); Max value from RGB is 157 - color contains mainly: blue. Hex color #18839D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18839D is #E77C62. Grayscale: #656565. Windows color (decimal): -15170659 or 10322712. OLE color: 10322712.

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

Color convert

RGB 24 131 157 -
CMYK 0.85 0.17 0 0.38
HSL 191.73º 0.73% 0.35% -
HSV(B) 191.73º 0.85% 0.62% -
XYZ 14.58 18.86 34.77 -
YUV 101.97 159.05 72.39 -
System Red Green Blue C M Y K H S L
Decimal 24 131 157 0.85 0.17 0 0.38 191.73 0.73 0.35
Hex 18 83 9D 55 11 0 26 C0 49 23
Octal 30 203 235 125 21 0 46 300 111 43
Binary 11000 10000011 10011101 1010101 10001 0 100110 11000000 1001001 100011

Color Harmonies of #18839D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18839D

Black with #18839D

Text Example


Text Example

White with #18839D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18839D; }

 p { color: rgb(24,131,157); }

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

background-color css

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

 a { background-color: rgb(24,131,157); }

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

border-color css

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

 span { border-color: rgb(24,131,157); }

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