Html Css Color HEX #08839B Eastern Blue

📋 copy color: '#08839B'

red 8 ◦ green 131 ◦ blue 155

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

Shades of Eastern Blue #08839B

Tints of Eastern Blue #08839B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.56%

 BLUE value IS 155 (60.94% from 255) = 52.72%

R = 2.72%
G = 44.56%
B = 52.72%

CMYK

 C value IS 0.95

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08839B (or 0x08839B) is known color: Eastern Blue. HEX triplet: 08, 83 and 9B. RGB value is (8,131,155). Sum of RGB (Red+Green+Blue) = 8+131+155=294 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.72% from 294); Green value is 131 (51.56% from 255 or 44.56% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #08839B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08839B is #F77C64. Grayscale: #606060. Windows color (decimal): -16219237 or 10191624. OLE color: 10191624.

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

Color convert

RGB 8 131 155 -
CMYK 0.95 0.15 0 0.39
HSL 189.8º 0.9% 0.32% -
HSV(B) 189.8º 0.95% 0.61% -
XYZ 14.13 18.65 33.87 -
YUV 96.96 160.75 64.55 -
System Red Green Blue C M Y K H S L
Decimal 8 131 155 0.95 0.15 0 0.39 189.8 0.9 0.32
Hex 8 83 9B 5F F 0 27 BE 5A 20
Octal 10 203 233 137 17 0 47 276 132 40
Binary 1000 10000011 10011011 1011111 1111 0 100111 10111110 1011010 100000

Color Harmonies of #08839B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08839B

Black with #08839B

Text Example


Text Example

White with #08839B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08839B; }

 p { color: rgb(8,131,155); }

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

background-color css

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

 a { background-color: rgb(8,131,155); }

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

border-color css

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

 span { border-color: rgb(8,131,155); }

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