Html Css Color HEX #088594 Eastern Blue

📋 copy color: '#088594'

red 8 ◦ green 133 ◦ blue 148

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

Shades of Eastern Blue #088594

Tints of Eastern Blue #088594

RGB

 RED value IS 8 (3.52% from 255) = 2.77%

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

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

R = 2.77%
G = 46.02%
B = 51.21%

CMYK

 C value IS 0.95

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#088594 (or 0x088594) is known color: Eastern Blue. HEX triplet: 08, 85 and 94. RGB value is (8,133,148). Sum of RGB (Red+Green+Blue) = 8+133+148=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 148 (58.20% from 255 or 51.21% from 289); Max value from RGB is 148 - color contains mainly: blue. Hex color #088594 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088594 is #F77A6B. Grayscale: #616161. Windows color (decimal): -16218732 or 9733384. OLE color: 9733384.

HSL color Cylindrical-coordinate representation of color #088594: hue angle of 186.43º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #088594 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 133 148 -
CMYK 0.95 0.10 0 0.42
HSL 186.43º 0.9% 0.31% -
HSV(B) 186.43º 0.95% 0.58% -
XYZ 13.83 18.96 30.95 -
YUV 97.34 156.59 64.28 -
System Red Green Blue C M Y K H S L
Decimal 8 133 148 0.95 0.10 0 0.42 186.43 0.9 0.31
Hex 8 85 94 5F A 0 2A BA 5A 1F
Octal 10 205 224 137 12 0 52 272 132 37
Binary 1000 10000101 10010100 1011111 1010 0 101010 10111010 1011010 11111

Color Harmonies of #088594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088594

Black with #088594

Text Example


Text Example

White with #088594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088594; }

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

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

background-color css

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

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

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

border-color css

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

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

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