Html Css Color HEX #08819A Eastern Blue

📋 copy color: '#08819A'

red 8 ◦ green 129 ◦ blue 154

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

Shades of Eastern Blue #08819A

Tints of Eastern Blue #08819A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 52.92%

R = 2.75%
G = 44.33%
B = 52.92%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#08819A (or 0x08819A) is known color: Eastern Blue. HEX triplet: 08, 81 and 9A. RGB value is (8,129,154). Sum of RGB (Red+Green+Blue) = 8+129+154=291 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.75% from 291); Green value is 129 (50.78% from 255 or 44.33% from 291); Blue value is 154 (60.55% from 255 or 52.92% from 291); Max value from RGB is 154 - color contains mainly: blue. Hex color #08819A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08819A is #F77E65. Grayscale: #5F5F5F. Windows color (decimal): -16219750 or 10125576. OLE color: 10125576.

HSL color Cylindrical-coordinate representation of color #08819A: hue angle of 190.27º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08819A is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 8 129 154 -
CMYK 0.95 0.16 0 0.40
HSL 190.27º 0.9% 0.32% -
HSV(B) 190.27º 0.95% 0.6% -
XYZ 13.78 18.09 33.34 -
YUV 95.67 160.91 65.47 -
System Red Green Blue C M Y K H S L
Decimal 8 129 154 0.95 0.16 0 0.40 190.27 0.9 0.32
Hex 8 81 9A 5F 10 0 28 BE 5A 20
Octal 10 201 232 137 20 0 50 276 132 40
Binary 1000 10000001 10011010 1011111 10000 0 101000 10111110 1011010 100000

Color Harmonies of #08819A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08819A

Black with #08819A

Text Example


Text Example

White with #08819A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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