Html Css Color HEX #008295 Eastern Blue

📋 copy color: '#008295'

red 0 ◦ green 130 ◦ blue 149

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

Shades of Eastern Blue #008295

Tints of Eastern Blue #008295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 53.41%

R = 0%
G = 46.59%
B = 53.41%

CMYK

 C value IS 1

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#008295 (or 0x008295) is known color: Eastern Blue. HEX triplet: 00, 82 and 95. RGB value is (0,130,149). Sum of RGB (Red+Green+Blue) = 0+130+149=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 149 (58.59% from 255 or 53.41% from 279); Max value from RGB is 149 - color contains mainly: blue. Hex color #008295 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008295 is #FF7D6A. Grayscale: #5D5D5D. Windows color (decimal): -16743787 or 9798144. OLE color: 9798144.

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

Color convert

RGB 0 130 149 -
CMYK 1 0.13 0 0.42
HSL 187.65º 1% 0.29% -
HSV(B) 187.65º 1% 0.58% -
XYZ 13.41 18.14 31.23 -
YUV 93.3 159.43 61.46 -
System Red Green Blue C M Y K H S L
Decimal 0 130 149 1 0.13 0 0.42 187.65 1 0.29
Hex 0 82 95 64 D 0 2A BC 64 1D
Octal 0 202 225 144 15 0 52 274 144 35
Binary 0 10000010 10010101 1100100 1101 0 101010 10111100 1100100 11101

Color Harmonies of #008295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008295

Black with #008295

Text Example


Text Example

White with #008295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008295; }

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

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

background-color css

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

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

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

border-color css

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

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

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