Html Css Color HEX #008594 Eastern Blue

📋 copy color: '#008594'

red 0 ◦ green 133 ◦ blue 148

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

Shades of Eastern Blue #008594

Tints of Eastern Blue #008594

RGB

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

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

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

R = 0%
G = 47.33%
B = 52.67%

CMYK

 C value IS 1

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#008594 (or 0x008594) is known color: Eastern Blue. HEX triplet: 00, 85 and 94. RGB value is (0,133,148). Sum of RGB (Red+Green+Blue) = 0+133+148=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 148 (58.20% from 255 or 52.67% from 281); Max value from RGB is 148 - color contains mainly: blue. Hex color #008594 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008594 is #FF7A6B. Grayscale: #5E5E5E. Windows color (decimal): -16743020 or 9733376. OLE color: 9733376.

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

Color convert

RGB 0 133 148 -
CMYK 1 0.10 0 0.42
HSL 186.08º 1% 0.29% -
HSV(B) 186.08º 1% 0.58% -
XYZ 13.73 18.91 30.94 -
YUV 94.94 157.94 60.28 -
System Red Green Blue C M Y K H S L
Decimal 0 133 148 1 0.10 0 0.42 186.08 1 0.29
Hex 0 85 94 64 A 0 2A BA 64 1D
Octal 0 205 224 144 12 0 52 272 144 35
Binary 0 10000101 10010100 1100100 1010 0 101010 10111010 1100100 11101

Color Harmonies of #008594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008594

Black with #008594

Text Example


Text Example

White with #008594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008594; }

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

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

background-color css

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

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

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

border-color css

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

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

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