Html Css Color HEX #18839B Eastern Blue

📋 copy color: '#18839B'

red 24 ◦ green 131 ◦ blue 155

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

Shades of Eastern Blue #18839B

Tints of Eastern Blue #18839B

RGB

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

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

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

R = 7.74%
G = 42.26%
B = 50%

CMYK

 C value IS 0.85

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18839B (or 0x18839B) is known color: Eastern Blue. HEX triplet: 18, 83 and 9B. RGB value is (24,131,155). Sum of RGB (Red+Green+Blue) = 24+131+155=310 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.74% from 310); Green value is 131 (51.56% from 255 or 42.26% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #18839B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18839B is #E77C64. Grayscale: #656565. Windows color (decimal): -15170661 or 10191640. OLE color: 10191640.

HSL color Cylindrical-coordinate representation of color #18839B: hue angle of 190.99º 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 #18839B is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 24 131 155 -
CMYK 0.85 0.15 0 0.39
HSL 190.99º 0.73% 0.35% -
HSV(B) 190.99º 0.85% 0.61% -
XYZ 14.41 18.79 33.88 -
YUV 101.74 158.05 72.55 -
System Red Green Blue C M Y K H S L
Decimal 24 131 155 0.85 0.15 0 0.39 190.99 0.73 0.35
Hex 18 83 9B 55 F 0 27 BF 49 23
Octal 30 203 233 125 17 0 47 277 111 43
Binary 11000 10000011 10011011 1010101 1111 0 100111 10111111 1001001 100011

Color Harmonies of #18839B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18839B

Black with #18839B

Text Example


Text Example

White with #18839B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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