Html Css Color HEX #18869D Eastern Blue

📋 copy color: '#18869D'

red 24 ◦ green 134 ◦ blue 157

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

Shades of Eastern Blue #18869D

Tints of Eastern Blue #18869D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.54%

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

R = 7.62%
G = 42.54%
B = 49.84%

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

#18869D (or 0x18869D) is known color: Eastern Blue. HEX triplet: 18, 86 and 9D. RGB value is (24,134,157). Sum of RGB (Red+Green+Blue) = 24+134+157=315 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.62% from 315); Green value is 134 (52.73% from 255 or 42.54% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #18869D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18869D is #E77962. Grayscale: #676767. Windows color (decimal): -15169891 or 10323480. OLE color: 10323480.

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

Color convert

RGB 24 134 157 -
CMYK 0.85 0.15 0 0.38
HSL 190.38º 0.73% 0.35% -
HSV(B) 190.38º 0.85% 0.62% -
XYZ 14.99 19.68 34.91 -
YUV 103.73 158.06 71.13 -
System Red Green Blue C M Y K H S L
Decimal 24 134 157 0.85 0.15 0 0.38 190.38 0.73 0.35
Hex 18 86 9D 55 F 0 26 BE 49 23
Octal 30 206 235 125 17 0 46 276 111 43
Binary 11000 10000110 10011101 1010101 1111 0 100110 10111110 1001001 100011

Color Harmonies of #18869D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18869D

Black with #18869D

Text Example


Text Example

White with #18869D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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