Html Css Color HEX #008294 Eastern Blue

📋 copy color: '#008294'

red 0 ◦ green 130 ◦ blue 148

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

Shades of Eastern Blue #008294

Tints of Eastern Blue #008294

RGB

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

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

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

R = 0%
G = 46.76%
B = 53.24%

CMYK

 C value IS 1

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#008294 (or 0x008294) is known color: Eastern Blue. HEX triplet: 00, 82 and 94. RGB value is (0,130,148). Sum of RGB (Red+Green+Blue) = 0+130+148=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 148 (58.20% from 255 or 53.24% from 278); Max value from RGB is 148 - color contains mainly: blue. Hex color #008294 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008294 is #FF7D6B. Grayscale: #5C5C5C. Windows color (decimal): -16743788 or 9732608. OLE color: 9732608.

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

Color convert

RGB 0 130 148 -
CMYK 1 0.12 0 0.42
HSL 187.3º 1% 0.29% -
HSV(B) 187.3º 1% 0.58% -
XYZ 13.33 18.1 30.81 -
YUV 93.18 158.93 61.54 -
System Red Green Blue C M Y K H S L
Decimal 0 130 148 1 0.12 0 0.42 187.3 1 0.29
Hex 0 82 94 64 C 0 2A BB 64 1D
Octal 0 202 224 144 14 0 52 273 144 35
Binary 0 10000010 10010100 1100100 1100 0 101010 10111011 1100100 11101

Color Harmonies of #008294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008294

Black with #008294

Text Example


Text Example

White with #008294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008294; }

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

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

background-color css

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

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

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

border-color css

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

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

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