Html Css Color HEX #018E9B Eastern Blue

📋 copy color: '#018E9B'

red 1 ◦ green 142 ◦ blue 155

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

Shades of Eastern Blue #018E9B

Tints of Eastern Blue #018E9B

RGB

 RED value IS 1 (0.78% from 255) = 0.34%

 GREEN value IS 142 (55.86% from 255) = 47.65%

 BLUE value IS 155 (60.94% from 255) = 52.01%

R = 0.34%
G = 47.65%
B = 52.01%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#018E9B (or 0x018E9B) is known color: Eastern Blue. HEX triplet: 01, 8E and 9B. RGB value is (1,142,155). Sum of RGB (Red+Green+Blue) = 1+142+155=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 142 (55.86% from 255 or 47.65% from 298); Blue value is 155 (60.94% from 255 or 52.01% from 298); Max value from RGB is 155 - color contains mainly: blue. Hex color #018E9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018E9B is #FE7164. Grayscale: #656565. Windows color (decimal): -16675173 or 10194433. OLE color: 10194433.

HSL color Cylindrical-coordinate representation of color #018E9B: hue angle of 185.06º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018E9B is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 142 155 -
CMYK 0.99 0.08 0 0.39
HSL 185.06º 0.99% 0.31% -
HSV(B) 185.06º 0.99% 0.61% -
XYZ 15.6 21.72 34.38 -
YUV 101.32 158.29 56.44 -
System Red Green Blue C M Y K H S L
Decimal 1 142 155 0.99 0.08 0 0.39 185.06 0.99 0.31
Hex 1 8E 9B 63 8 0 27 B9 63 1F
Octal 1 216 233 143 10 0 47 271 143 37
Binary 1 10001110 10011011 1100011 1000 0 100111 10111001 1100011 11111

Color Harmonies of #018E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018E9B

Black with #018E9B

Text Example


Text Example

White with #018E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018E9B; }

 p { color: rgb(1,142,155); }

 H1.HeaderClassName
 {
   color: #018E9B;
 }
 .AnyTagClassName
 {
   color: #018E9B;
 }
</style>

background-color css

<style>
 a { background-color: #018E9B; }

 a { background-color: rgb(1,142,155); }

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

border-color css

<style>
 span { border-color: #018E9B; }

 span { border-color: rgb(1,142,155); }

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