Html Css Color HEX #088593 Eastern Blue

📋 copy color: '#088593'

red 8 ◦ green 133 ◦ blue 147

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

Shades of Eastern Blue #088593

Tints of Eastern Blue #088593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 51.04%

R = 2.78%
G = 46.18%
B = 51.04%

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

#088593 (or 0x088593) is known color: Eastern Blue. HEX triplet: 08, 85 and 93. RGB value is (8,133,147). Sum of RGB (Red+Green+Blue) = 8+133+147=288 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.78% from 288); Green value is 133 (52.34% from 255 or 46.18% from 288); Blue value is 147 (57.81% from 255 or 51.04% from 288); Max value from RGB is 147 - color contains mainly: blue. Hex color #088593 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088593 is #F77A6C. Grayscale: #616161. Windows color (decimal): -16218733 or 9667848. OLE color: 9667848.

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

Color convert

RGB 8 133 147 -
CMYK 0.95 0.10 0 0.42
HSL 186.04º 0.9% 0.3% -
HSV(B) 186.04º 0.95% 0.58% -
XYZ 13.75 18.93 30.53 -
YUV 97.22 156.09 64.36 -
System Red Green Blue C M Y K H S L
Decimal 8 133 147 0.95 0.10 0 0.42 186.04 0.9 0.3
Hex 8 85 93 5F A 0 2A BA 5A 1E
Octal 10 205 223 137 12 0 52 272 132 36
Binary 1000 10000101 10010011 1011111 1010 0 101010 10111010 1011010 11110

Color Harmonies of #088593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088593

Black with #088593

Text Example


Text Example

White with #088593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088593; }

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

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

background-color css

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

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

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

border-color css

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

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

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