Html Css Color HEX #00819B Eastern Blue

📋 copy color: '#00819B'

red 0 ◦ green 129 ◦ blue 155

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

Shades of Eastern Blue #00819B

Tints of Eastern Blue #00819B

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 45.42%
B = 54.58%

CMYK

 C value IS 1

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#00819B (or 0x00819B) is known color: Eastern Blue. HEX triplet: 00, 81 and 9B. RGB value is (0,129,155). Sum of RGB (Red+Green+Blue) = 0+129+155=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 155 (60.94% from 255 or 54.58% from 284); Max value from RGB is 155 - color contains mainly: blue. Hex color #00819B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00819B is #FF7E64. Grayscale: #5D5D5D. Windows color (decimal): -16744037 or 10191104. OLE color: 10191104.

HSL color Cylindrical-coordinate representation of color #00819B: hue angle of 190.06º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00819B is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 0 129 155 -
CMYK 1 0.17 0 0.39
HSL 190.06º 1% 0.3% -
HSV(B) 190.06º 1% 0.61% -
XYZ 13.77 18.07 33.77 -
YUV 93.39 162.76 61.39 -
System Red Green Blue C M Y K H S L
Decimal 0 129 155 1 0.17 0 0.39 190.06 1 0.3
Hex 0 81 9B 64 11 0 27 BE 64 1E
Octal 0 201 233 144 21 0 47 276 144 36
Binary 0 10000001 10011011 1100100 10001 0 100111 10111110 1100100 11110

Color Harmonies of #00819B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00819B

Black with #00819B

Text Example


Text Example

White with #00819B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,129,155); }

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

background-color css

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

 a { background-color: rgb(0,129,155); }

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

border-color css

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

 span { border-color: rgb(0,129,155); }

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