Html Css Color HEX #18869C Eastern Blue

📋 copy color: '#18869C'

red 24 ◦ green 134 ◦ blue 156

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

Shades of Eastern Blue #18869C

Tints of Eastern Blue #18869C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 49.68%

R = 7.64%
G = 42.68%
B = 49.68%

CMYK

 C value IS 0.85

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18869C (or 0x18869C) is known color: Eastern Blue. HEX triplet: 18, 86 and 9C. RGB value is (24,134,156). Sum of RGB (Red+Green+Blue) = 24+134+156=314 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.64% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 156 (61.33% from 255 or 49.68% from 314); Max value from RGB is 156 - color contains mainly: blue. Hex color #18869C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18869C is #E77963. Grayscale: #676767. Windows color (decimal): -15169892 or 10257944. OLE color: 10257944.

HSL color Cylindrical-coordinate representation of color #18869C: hue angle of 190º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18869C is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 24 134 156 -
CMYK 0.85 0.14 0 0.39
HSL 190º 0.73% 0.35% -
HSV(B) 190º 0.85% 0.61% -
XYZ 14.9 19.64 34.46 -
YUV 103.62 157.56 71.21 -
System Red Green Blue C M Y K H S L
Decimal 24 134 156 0.85 0.14 0 0.39 190 0.73 0.35
Hex 18 86 9C 55 E 0 27 BE 49 23
Octal 30 206 234 125 16 0 47 276 111 43
Binary 11000 10000110 10011100 1010101 1110 0 100111 10111110 1001001 100011

Color Harmonies of #18869C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18869C

Black with #18869C

Text Example


Text Example

White with #18869C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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