Html Css Color HEX #18839F Eastern Blue

📋 copy color: '#18839F'

red 24 ◦ green 131 ◦ blue 159

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

Shades of Eastern Blue #18839F

Tints of Eastern Blue #18839F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 50.64%

R = 7.64%
G = 41.72%
B = 50.64%

CMYK

 C value IS 0.85

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18839F (or 0x18839F) is known color: Eastern Blue. HEX triplet: 18, 83 and 9F. RGB value is (24,131,159). Sum of RGB (Red+Green+Blue) = 24+131+159=314 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.64% from 314); Green value is 131 (51.56% from 255 or 41.72% from 314); Blue value is 159 (62.5% from 255 or 50.64% from 314); Max value from RGB is 159 - color contains mainly: blue. Hex color #18839F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18839F is #E77C60. Grayscale: #656565. Windows color (decimal): -15170657 or 10453784. OLE color: 10453784.

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

Color convert

RGB 24 131 159 -
CMYK 0.85 0.18 0 0.38
HSL 192.44º 0.74% 0.36% -
HSV(B) 192.44º 0.85% 0.62% -
XYZ 14.75 18.93 35.68 -
YUV 102.2 160.05 72.22 -
System Red Green Blue C M Y K H S L
Decimal 24 131 159 0.85 0.18 0 0.38 192.44 0.74 0.36
Hex 18 83 9F 55 12 0 26 C0 4A 24
Octal 30 203 237 125 22 0 46 300 112 44
Binary 11000 10000011 10011111 1010101 10010 0 100110 11000000 1001010 100100

Color Harmonies of #18839F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18839F

Black with #18839F

Text Example


Text Example

White with #18839F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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