Html Css Color HEX #008092 Eastern Blue

📋 copy color: '#008092'

red 0 ◦ green 128 ◦ blue 146

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

Shades of Eastern Blue #008092

Tints of Eastern Blue #008092

RGB

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

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

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

R = 0%
G = 46.72%
B = 53.28%

CMYK

 C value IS 1

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#008092 (or 0x008092) is known color: Eastern Blue. HEX triplet: 00, 80 and 92. RGB value is (0,128,146). Sum of RGB (Red+Green+Blue) = 0+128+146=274 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 274); Green value is 128 (50.39% from 255 or 46.72% from 274); Blue value is 146 (57.42% from 255 or 53.28% from 274); Max value from RGB is 146 - color contains mainly: blue. Hex color #008092 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008092 is #FF7F6D. Grayscale: #5B5B5B. Windows color (decimal): -16744302 or 9601024. OLE color: 9601024.

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

Color convert

RGB 0 128 146 -
CMYK 1 0.12 0 0.43
HSL 187.4º 1% 0.29% -
HSV(B) 187.4º 1% 0.57% -
XYZ 12.91 17.51 29.89 -
YUV 91.78 158.59 62.54 -
System Red Green Blue C M Y K H S L
Decimal 0 128 146 1 0.12 0 0.43 187.4 1 0.29
Hex 0 80 92 64 C 0 2B BB 64 1D
Octal 0 200 222 144 14 0 53 273 144 35
Binary 0 10000000 10010010 1100100 1100 0 101011 10111011 1100100 11101

Color Harmonies of #008092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008092

Black with #008092

Text Example


Text Example

White with #008092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008092; }

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

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

background-color css

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

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

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

border-color css

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

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

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