Html Css Color HEX #18829D Eastern Blue

📋 copy color: '#18829D'

red 24 ◦ green 130 ◦ blue 157

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

Shades of Eastern Blue #18829D

Tints of Eastern Blue #18829D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.8%

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

R = 7.72%
G = 41.8%
B = 50.48%

CMYK

 C value IS 0.85

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18829D (or 0x18829D) is known color: Eastern Blue. HEX triplet: 18, 82 and 9D. RGB value is (24,130,157). Sum of RGB (Red+Green+Blue) = 24+130+157=311 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.72% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #18829D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18829D is #E77D62. Grayscale: #656565. Windows color (decimal): -15170915 or 10322456. OLE color: 10322456.

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

Color convert

RGB 24 130 157 -
CMYK 0.85 0.17 0 0.38
HSL 192.18º 0.73% 0.35% -
HSV(B) 192.18º 0.85% 0.62% -
XYZ 14.45 18.59 34.73 -
YUV 101.38 159.38 72.8 -
System Red Green Blue C M Y K H S L
Decimal 24 130 157 0.85 0.17 0 0.38 192.18 0.73 0.35
Hex 18 82 9D 55 11 0 26 C0 49 23
Octal 30 202 235 125 21 0 46 300 111 43
Binary 11000 10000010 10011101 1010101 10001 0 100110 11000000 1001001 100011

Color Harmonies of #18829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18829D

Black with #18829D

Text Example


Text Example

White with #18829D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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