Html Css Color HEX #18879F Eastern Blue

📋 copy color: '#18879F'

red 24 ◦ green 135 ◦ blue 159

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

Shades of Eastern Blue #18879F

Tints of Eastern Blue #18879F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.45%

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

R = 7.55%
G = 42.45%
B = 50%

CMYK

 C value IS 0.85

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18879F (or 0x18879F) is known color: Eastern Blue. HEX triplet: 18, 87 and 9F. RGB value is (24,135,159). Sum of RGB (Red+Green+Blue) = 24+135+159=318 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.55% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 159 (62.5% from 255 or 50% from 318); Max value from RGB is 159 - color contains mainly: blue. Hex color #18879F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18879F is #E77860. Grayscale: #686868. Windows color (decimal): -15169633 or 10454808. OLE color: 10454808.

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

Color convert

RGB 24 135 159 -
CMYK 0.85 0.15 0 0.38
HSL 190.67º 0.74% 0.36% -
HSV(B) 190.67º 0.85% 0.62% -
XYZ 15.3 20.03 35.86 -
YUV 104.55 158.73 70.55 -
System Red Green Blue C M Y K H S L
Decimal 24 135 159 0.85 0.15 0 0.38 190.67 0.74 0.36
Hex 18 87 9F 55 F 0 26 BF 4A 24
Octal 30 207 237 125 17 0 46 277 112 44
Binary 11000 10000111 10011111 1010101 1111 0 100110 10111111 1001010 100100

Color Harmonies of #18879F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18879F

Black with #18879F

Text Example


Text Example

White with #18879F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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