Html Css Color HEX #008499 Eastern Blue

📋 copy color: '#008499'

red 0 ◦ green 132 ◦ blue 153

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

Shades of Eastern Blue #008499

Tints of Eastern Blue #008499

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.32%

 BLUE value IS 153 (60.16% from 255) = 53.68%

R = 0%
G = 46.32%
B = 53.68%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#008499 (or 0x008499) is known color: Eastern Blue. HEX triplet: 00, 84 and 99. RGB value is (0,132,153). Sum of RGB (Red+Green+Blue) = 0+132+153=285 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 153 (60.16% from 255 or 53.68% from 285); Max value from RGB is 153 - color contains mainly: blue. Hex color #008499 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008499 is #FF7B66. Grayscale: #5E5E5E. Windows color (decimal): -16743271 or 10060800. OLE color: 10060800.

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

Color convert

RGB 0 132 153 -
CMYK 1 0.14 0 0.4
HSL 188.24º 1% 0.3% -
HSV(B) 188.24º 1% 0.6% -
XYZ 14 18.8 33.03 -
YUV 94.93 160.77 60.29 -
System Red Green Blue C M Y K H S L
Decimal 0 132 153 1 0.14 0 0.4 188.24 1 0.3
Hex 0 84 99 64 E 0 28 BC 64 1E
Octal 0 204 231 144 16 0 50 274 144 36
Binary 0 10000100 10011001 1100100 1110 0 101000 10111100 1100100 11110

Color Harmonies of #008499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008499

Black with #008499

Text Example


Text Example

White with #008499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008499; }

 p { color: rgb(0,132,153); }

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

background-color css

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

 a { background-color: rgb(0,132,153); }

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

border-color css

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

 span { border-color: rgb(0,132,153); }

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