Html Css Color HEX #18839E Eastern Blue

📋 copy color: '#18839E'

red 24 ◦ green 131 ◦ blue 158

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

Shades of Eastern Blue #18839E

Tints of Eastern Blue #18839E

RGB

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

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

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

R = 7.67%
G = 41.85%
B = 50.48%

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

#18839E (or 0x18839E) is known color: Eastern Blue. HEX triplet: 18, 83 and 9E. RGB value is (24,131,158). Sum of RGB (Red+Green+Blue) = 24+131+158=313 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.67% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 158 (62.11% from 255 or 50.48% from 313); Max value from RGB is 158 - color contains mainly: blue. Hex color #18839E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18839E is #E77C61. Grayscale: #656565. Windows color (decimal): -15170658 or 10388248. OLE color: 10388248.

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

Color convert

RGB 24 131 158 -
CMYK 0.85 0.17 0 0.38
HSL 192.09º 0.74% 0.36% -
HSV(B) 192.09º 0.85% 0.62% -
XYZ 14.66 18.9 35.22 -
YUV 102.09 159.55 72.3 -
System Red Green Blue C M Y K H S L
Decimal 24 131 158 0.85 0.17 0 0.38 192.09 0.74 0.36
Hex 18 83 9E 55 11 0 26 C0 4A 24
Octal 30 203 236 125 21 0 46 300 112 44
Binary 11000 10000011 10011110 1010101 10001 0 100110 11000000 1001010 100100

Color Harmonies of #18839E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18839E

Black with #18839E

Text Example


Text Example

White with #18839E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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