Html Css Color HEX #08859D Eastern Blue

📋 copy color: '#08859D'

red 8 ◦ green 133 ◦ blue 157

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

Shades of Eastern Blue #08859D

Tints of Eastern Blue #08859D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 52.68%

R = 2.68%
G = 44.63%
B = 52.68%

CMYK

 C value IS 0.95

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#08859D (or 0x08859D) is known color: Eastern Blue. HEX triplet: 08, 85 and 9D. RGB value is (8,133,157). Sum of RGB (Red+Green+Blue) = 8+133+157=298 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 157 (61.72% from 255 or 52.68% from 298); Max value from RGB is 157 - color contains mainly: blue. Hex color #08859D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08859D is #F77A62. Grayscale: #626262. Windows color (decimal): -16218723 or 10323208. OLE color: 10323208.

HSL color Cylindrical-coordinate representation of color #08859D: hue angle of 189.66º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08859D is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 133 157 -
CMYK 0.95 0.15 0 0.38
HSL 189.66º 0.9% 0.32% -
HSV(B) 189.66º 0.95% 0.62% -
XYZ 14.57 19.26 34.85 -
YUV 98.36 161.09 63.55 -
System Red Green Blue C M Y K H S L
Decimal 8 133 157 0.95 0.15 0 0.38 189.66 0.9 0.32
Hex 8 85 9D 5F F 0 26 BE 5A 20
Octal 10 205 235 137 17 0 46 276 132 40
Binary 1000 10000101 10011101 1011111 1111 0 100110 10111110 1011010 100000

Color Harmonies of #08859D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08859D

Black with #08859D

Text Example


Text Example

White with #08859D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08859D; }

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

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

background-color css

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

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

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

border-color css

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

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

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