Html Css Color HEX #18859D Eastern Blue

📋 copy color: '#18859D'

red 24 ◦ green 133 ◦ blue 157

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

Shades of Eastern Blue #18859D

Tints of Eastern Blue #18859D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.36%

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

R = 7.64%
G = 42.36%
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

#18859D (or 0x18859D) is known color: Eastern Blue. HEX triplet: 18, 85 and 9D. RGB value is (24,133,157). Sum of RGB (Red+Green+Blue) = 24+133+157=314 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.64% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 157 (61.72% from 255 or 50% from 314); Max value from RGB is 157 - color contains mainly: blue. Hex color #18859D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18859D is #E77A62. Grayscale: #666666. Windows color (decimal): -15170147 or 10323224. OLE color: 10323224.

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

Color convert

RGB 24 133 157 -
CMYK 0.85 0.15 0 0.38
HSL 190.83º 0.73% 0.35% -
HSV(B) 190.83º 0.85% 0.62% -
XYZ 14.85 19.4 34.86 -
YUV 103.15 158.39 71.55 -
System Red Green Blue C M Y K H S L
Decimal 24 133 157 0.85 0.15 0 0.38 190.83 0.73 0.35
Hex 18 85 9D 55 F 0 26 BF 49 23
Octal 30 205 235 125 17 0 46 277 111 43
Binary 11000 10000101 10011101 1010101 1111 0 100110 10111111 1001001 100011

Color Harmonies of #18859D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18859D

Black with #18859D

Text Example


Text Example

White with #18859D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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