Html Css Color HEX #008394 Eastern Blue

📋 copy color: '#008394'

red 0 ◦ green 131 ◦ blue 148

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

Shades of Eastern Blue #008394

Tints of Eastern Blue #008394

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.95%

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

R = 0%
G = 46.95%
B = 53.05%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#008394 (or 0x008394) is known color: Eastern Blue. HEX triplet: 00, 83 and 94. RGB value is (0,131,148). Sum of RGB (Red+Green+Blue) = 0+131+148=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 148 (58.20% from 255 or 53.05% from 279); Max value from RGB is 148 - color contains mainly: blue. Hex color #008394 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008394 is #FF7C6B. Grayscale: #5D5D5D. Windows color (decimal): -16743532 or 9732864. OLE color: 9732864.

HSL color Cylindrical-coordinate representation of color #008394: hue angle of 186.89º 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 #008394 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 131 148 -
CMYK 1 0.11 0 0.42
HSL 186.89º 1% 0.29% -
HSV(B) 186.89º 1% 0.58% -
XYZ 13.46 18.37 30.85 -
YUV 93.77 158.6 61.12 -
System Red Green Blue C M Y K H S L
Decimal 0 131 148 1 0.11 0 0.42 186.89 1 0.29
Hex 0 83 94 64 B 0 2A BB 64 1D
Octal 0 203 224 144 13 0 52 273 144 35
Binary 0 10000011 10010100 1100100 1011 0 101010 10111011 1100100 11101

Color Harmonies of #008394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008394

Black with #008394

Text Example


Text Example

White with #008394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008394; }

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

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

background-color css

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

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

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

border-color css

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

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

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