Html Css Color HEX #08859F Eastern Blue

📋 copy color: '#08859F'

red 8 ◦ green 133 ◦ blue 159

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

Shades of Eastern Blue #08859F

Tints of Eastern Blue #08859F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 53%

R = 2.67%
G = 44.33%
B = 53%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#08859F (or 0x08859F) is known color: Eastern Blue. HEX triplet: 08, 85 and 9F. RGB value is (8,133,159). Sum of RGB (Red+Green+Blue) = 8+133+159=300 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.67% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 159 (62.5% from 255 or 53% from 300); Max value from RGB is 159 - color contains mainly: blue. Hex color #08859F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08859F is #F77A60. Grayscale: #626262. Windows color (decimal): -16218721 or 10454280. OLE color: 10454280.

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

Color convert

RGB 8 133 159 -
CMYK 0.95 0.16 0 0.38
HSL 190.33º 0.9% 0.33% -
HSV(B) 190.33º 0.95% 0.62% -
XYZ 14.75 19.33 35.75 -
YUV 98.59 162.09 63.39 -
System Red Green Blue C M Y K H S L
Decimal 8 133 159 0.95 0.16 0 0.38 190.33 0.9 0.33
Hex 8 85 9F 5F 10 0 26 BE 5A 21
Octal 10 205 237 137 20 0 46 276 132 41
Binary 1000 10000101 10011111 1011111 10000 0 100110 10111110 1011010 100001

Color Harmonies of #08859F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08859F

Black with #08859F

Text Example


Text Example

White with #08859F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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