Html Css Color HEX #008599 Eastern Blue

📋 copy color: '#008599'

red 0 ◦ green 133 ◦ blue 153

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

Shades of Eastern Blue #008599

Tints of Eastern Blue #008599

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.5%

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

R = 0%
G = 46.5%
B = 53.5%

CMYK

 C value IS 1

 M value IS 0.13

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#008599 (or 0x008599) is known color: Eastern Blue. HEX triplet: 00, 85 and 99. RGB value is (0,133,153). Sum of RGB (Red+Green+Blue) = 0+133+153=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 153 (60.16% from 255 or 53.50% from 286); Max value from RGB is 153 - color contains mainly: blue. Hex color #008599 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008599 is #FF7A66. Grayscale: #5F5F5F. Windows color (decimal): -16743015 or 10061056. OLE color: 10061056.

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

Color convert

RGB 0 133 153 -
CMYK 1 0.13 0 0.4
HSL 187.84º 1% 0.3% -
HSV(B) 187.84º 1% 0.6% -
XYZ 14.14 19.07 33.07 -
YUV 95.51 160.44 59.87 -
System Red Green Blue C M Y K H S L
Decimal 0 133 153 1 0.13 0 0.4 187.84 1 0.3
Hex 0 85 99 64 D 0 28 BC 64 1E
Octal 0 205 231 144 15 0 50 274 144 36
Binary 0 10000101 10011001 1100100 1101 0 101000 10111100 1100100 11110

Color Harmonies of #008599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008599

Black with #008599

Text Example


Text Example

White with #008599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008599; }

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

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

background-color css

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

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

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

border-color css

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

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

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