Html Css Color HEX #008297 Eastern Blue

📋 copy color: '#008297'

red 0 ◦ green 130 ◦ blue 151

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

Shades of Eastern Blue #008297

Tints of Eastern Blue #008297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 53.74%

R = 0%
G = 46.26%
B = 53.74%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#008297 (or 0x008297) is known color: Eastern Blue. HEX triplet: 00, 82 and 97. RGB value is (0,130,151). Sum of RGB (Red+Green+Blue) = 0+130+151=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 151 (59.38% from 255 or 53.74% from 281); Max value from RGB is 151 - color contains mainly: blue. Hex color #008297 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008297 is #FF7D68. Grayscale: #5D5D5D. Windows color (decimal): -16743785 or 9929216. OLE color: 9929216.

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

Color convert

RGB 0 130 151 -
CMYK 1 0.14 0 0.41
HSL 188.34º 1% 0.3% -
HSV(B) 188.34º 1% 0.59% -
XYZ 13.57 18.2 32.08 -
YUV 93.52 160.43 61.29 -
System Red Green Blue C M Y K H S L
Decimal 0 130 151 1 0.14 0 0.41 188.34 1 0.3
Hex 0 82 97 64 E 0 29 BC 64 1E
Octal 0 202 227 144 16 0 51 274 144 36
Binary 0 10000010 10010111 1100100 1110 0 101001 10111100 1100100 11110

Color Harmonies of #008297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008297

Black with #008297

Text Example


Text Example

White with #008297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008297; }

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

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

background-color css

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

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

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

border-color css

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

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

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