Html Css Color HEX #008EA1 Eastern Blue

📋 copy color: '#008EA1'

red 0 ◦ green 142 ◦ blue 161

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

Shades of Eastern Blue #008EA1

Tints of Eastern Blue #008EA1

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 161 (63.28% from 255) = 53.14%

R = 0%
G = 46.86%
B = 53.14%

CMYK

 C value IS 1

 M value IS 0.12

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#008EA1 (or 0x008EA1) is known color: Eastern Blue. HEX triplet: 00, 8E and A1. RGB value is (0,142,161). Sum of RGB (Red+Green+Blue) = 0+142+161=303 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 303); Green value is 142 (55.86% from 255 or 46.86% from 303); Blue value is 161 (63.28% from 255 or 53.14% from 303); Max value from RGB is 161 - color contains mainly: blue. Hex color #008EA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008EA1 is #FF715E. Grayscale: #656565. Windows color (decimal): -16740703 or 10587648. OLE color: 10587648.

HSL color Cylindrical-coordinate representation of color #008EA1: hue angle of 187.08º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008EA1 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 0 142 161 -
CMYK 1 0.12 0 0.37
HSL 187.08º 1% 0.32% -
HSV(B) 187.08º 1% 0.63% -
XYZ 16.11 21.92 37.1 -
YUV 101.71 161.46 55.46 -
System Red Green Blue C M Y K H S L
Decimal 0 142 161 1 0.12 0 0.37 187.08 1 0.32
Hex 0 8E A1 64 C 0 25 BB 64 20
Octal 0 216 241 144 14 0 45 273 144 40
Binary 0 10001110 10100001 1100100 1100 0 100101 10111011 1100100 100000

Color Harmonies of #008EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008EA1

Black with #008EA1

Text Example


Text Example

White with #008EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008EA1; }

 p { color: rgb(0,142,161); }

 H1.HeaderClassName
 {
   color: #008EA1;
 }
 .AnyTagClassName
 {
   color: #008EA1;
 }
</style>

background-color css

<style>
 a { background-color: #008EA1; }

 a { background-color: rgb(0,142,161); }

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

border-color css

<style>
 span { border-color: #008EA1; }

 span { border-color: rgb(0,142,161); }

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