Html Css Color HEX #18819F Eastern Blue

📋 copy color: '#18819F'

red 24 ◦ green 129 ◦ blue 159

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

Shades of Eastern Blue #18819F

Tints of Eastern Blue #18819F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.35%

 BLUE value IS 159 (62.5% from 255) = 50.96%

R = 7.69%
G = 41.35%
B = 50.96%

CMYK

 C value IS 0.85

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18819F (or 0x18819F) is known color: Eastern Blue. HEX triplet: 18, 81 and 9F. RGB value is (24,129,159). Sum of RGB (Red+Green+Blue) = 24+129+159=312 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.69% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 159 (62.5% from 255 or 50.96% from 312); Max value from RGB is 159 - color contains mainly: blue. Hex color #18819F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18819F is #E77E60. Grayscale: #646464. Windows color (decimal): -15171169 or 10453272. OLE color: 10453272.

HSL color Cylindrical-coordinate representation of color #18819F: hue angle of 193.33º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18819F is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 129 159 -
CMYK 0.85 0.19 0 0.38
HSL 193.33º 0.74% 0.36% -
HSV(B) 193.33º 0.85% 0.62% -
XYZ 14.48 18.4 35.59 -
YUV 101.03 160.71 73.06 -
System Red Green Blue C M Y K H S L
Decimal 24 129 159 0.85 0.19 0 0.38 193.33 0.74 0.36
Hex 18 81 9F 55 13 0 26 C1 4A 24
Octal 30 201 237 125 23 0 46 301 112 44
Binary 11000 10000001 10011111 1010101 10011 0 100110 11000001 1001010 100100

Color Harmonies of #18819F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18819F

Black with #18819F

Text Example


Text Example

White with #18819F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18819F; }

 p { color: rgb(24,129,159); }

 H1.HeaderClassName
 {
   color: #18819F;
 }
 .AnyTagClassName
 {
   color: #18819F;
 }
</style>

background-color css

<style>
 a { background-color: #18819F; }

 a { background-color: rgb(24,129,159); }

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

border-color css

<style>
 span { border-color: #18819F; }

 span { border-color: rgb(24,129,159); }

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