Html Css Color HEX #008292 Eastern Blue

📋 copy color: '#008292'

red 0 ◦ green 130 ◦ blue 146

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

Shades of Eastern Blue #008292

Tints of Eastern Blue #008292

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.1%

 BLUE value IS 146 (57.42% from 255) = 52.9%

R = 0%
G = 47.1%
B = 52.9%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#008292 (or 0x008292) is known color: Eastern Blue. HEX triplet: 00, 82 and 92. RGB value is (0,130,146). Sum of RGB (Red+Green+Blue) = 0+130+146=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 146 (57.42% from 255 or 52.90% from 276); Max value from RGB is 146 - color contains mainly: blue. Hex color #008292 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008292 is #FF7D6D. Grayscale: #5C5C5C. Windows color (decimal): -16743790 or 9601536. OLE color: 9601536.

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

Color convert

RGB 0 130 146 -
CMYK 1 0.11 0 0.43
HSL 186.58º 1% 0.29% -
HSV(B) 186.58º 1% 0.57% -
XYZ 13.17 18.04 29.98 -
YUV 92.95 157.93 61.7 -
System Red Green Blue C M Y K H S L
Decimal 0 130 146 1 0.11 0 0.43 186.58 1 0.29
Hex 0 82 92 64 B 0 2B BB 64 1D
Octal 0 202 222 144 13 0 53 273 144 35
Binary 0 10000010 10010010 1100100 1011 0 101011 10111011 1100100 11101

Color Harmonies of #008292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008292

Black with #008292

Text Example


Text Example

White with #008292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008292; }

 p { color: rgb(0,130,146); }

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

background-color css

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

 a { background-color: rgb(0,130,146); }

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

border-color css

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

 span { border-color: rgb(0,130,146); }

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