Html Css Color HEX #008094 Eastern Blue

📋 copy color: '#008094'

red 0 ◦ green 128 ◦ blue 148

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

Shades of Eastern Blue #008094

Tints of Eastern Blue #008094

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.38%

 BLUE value IS 148 (58.2% from 255) = 53.62%

R = 0%
G = 46.38%
B = 53.62%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#008094 (or 0x008094) is known color: Eastern Blue. HEX triplet: 00, 80 and 94. RGB value is (0,128,148). Sum of RGB (Red+Green+Blue) = 0+128+148=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 128 (50.39% from 255 or 46.38% from 276); Blue value is 148 (58.20% from 255 or 53.62% from 276); Max value from RGB is 148 - color contains mainly: blue. Hex color #008094 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008094 is #FF7F6B. Grayscale: #5B5B5B. Windows color (decimal): -16744300 or 9732096. OLE color: 9732096.

HSL color Cylindrical-coordinate representation of color #008094: hue angle of 188.11º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008094 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 128 148 -
CMYK 1 0.14 0 0.42
HSL 188.11º 1% 0.29% -
HSV(B) 188.11º 1% 0.58% -
XYZ 13.06 17.58 30.72 -
YUV 92.01 159.59 62.37 -
System Red Green Blue C M Y K H S L
Decimal 0 128 148 1 0.14 0 0.42 188.11 1 0.29
Hex 0 80 94 64 E 0 2A BC 64 1D
Octal 0 200 224 144 16 0 52 274 144 35
Binary 0 10000000 10010100 1100100 1110 0 101010 10111100 1100100 11101

Color Harmonies of #008094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008094

Black with #008094

Text Example


Text Example

White with #008094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008094; }

 p { color: rgb(0,128,148); }

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

background-color css

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

 a { background-color: rgb(0,128,148); }

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

border-color css

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

 span { border-color: rgb(0,128,148); }

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