Html Css Color HEX #08819F Eastern Blue

📋 copy color: '#08819F'

red 8 ◦ green 129 ◦ blue 159

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

Shades of Eastern Blue #08819F

Tints of Eastern Blue #08819F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.58%

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

R = 2.7%
G = 43.58%
B = 53.72%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#08819F (or 0x08819F) is known color: Eastern Blue. HEX triplet: 08, 81 and 9F. RGB value is (8,129,159). Sum of RGB (Red+Green+Blue) = 8+129+159=296 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.70% from 296); Green value is 129 (50.78% from 255 or 43.58% from 296); Blue value is 159 (62.5% from 255 or 53.72% from 296); Max value from RGB is 159 - color contains mainly: blue. Hex color #08819F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08819F is #F77E60. Grayscale: #606060. Windows color (decimal): -16219745 or 10453256. OLE color: 10453256.

HSL color Cylindrical-coordinate representation of color #08819F: hue angle of 191.92º 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 #08819F is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 129 159 -
CMYK 0.95 0.19 0 0.38
HSL 191.92º 0.9% 0.33% -
HSV(B) 191.92º 0.95% 0.62% -
XYZ 14.21 18.26 35.58 -
YUV 96.24 163.41 65.06 -
System Red Green Blue C M Y K H S L
Decimal 8 129 159 0.95 0.19 0 0.38 191.92 0.9 0.33
Hex 8 81 9F 5F 13 0 26 C0 5A 21
Octal 10 201 237 137 23 0 46 300 132 41
Binary 1000 10000001 10011111 1011111 10011 0 100110 11000000 1011010 100001

Color Harmonies of #08819F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08819F

Black with #08819F

Text Example


Text Example

White with #08819F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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