Html Css Color HEX #18859A Eastern Blue

📋 copy color: '#18859A'

red 24 ◦ green 133 ◦ blue 154

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

Shades of Eastern Blue #18859A

Tints of Eastern Blue #18859A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 49.52%

R = 7.72%
G = 42.77%
B = 49.52%

CMYK

 C value IS 0.84

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#18859A (or 0x18859A) is known color: Eastern Blue. HEX triplet: 18, 85 and 9A. RGB value is (24,133,154). Sum of RGB (Red+Green+Blue) = 24+133+154=311 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.72% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 154 (60.55% from 255 or 49.52% from 311); Max value from RGB is 154 - color contains mainly: blue. Hex color #18859A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18859A is #E77A65. Grayscale: #666666. Windows color (decimal): -15170150 or 10126616. OLE color: 10126616.

HSL color Cylindrical-coordinate representation of color #18859A: hue angle of 189.69º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18859A is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 24 133 154 -
CMYK 0.84 0.14 0 0.40
HSL 189.69º 0.73% 0.35% -
HSV(B) 189.69º 0.84% 0.6% -
XYZ 14.6 19.3 33.53 -
YUV 102.8 156.89 71.79 -
System Red Green Blue C M Y K H S L
Decimal 24 133 154 0.84 0.14 0 0.40 189.69 0.73 0.35
Hex 18 85 9A 54 E 0 28 BE 49 23
Octal 30 205 232 124 16 0 50 276 111 43
Binary 11000 10000101 10011010 1010100 1110 0 101000 10111110 1001001 100011

Color Harmonies of #18859A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18859A

Black with #18859A

Text Example


Text Example

White with #18859A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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