Html Css Color HEX #00819D Eastern Blue

📋 copy color: '#00819D'

red 0 ◦ green 129 ◦ blue 157

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

Shades of Eastern Blue #00819D

Tints of Eastern Blue #00819D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 54.9%

R = 0%
G = 45.1%
B = 54.9%

CMYK

 C value IS 1

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00819D (or 0x00819D) is known color: Eastern Blue. HEX triplet: 00, 81 and 9D. RGB value is (0,129,157). Sum of RGB (Red+Green+Blue) = 0+129+157=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 129 (50.78% from 255 or 45.10% from 286); Blue value is 157 (61.72% from 255 or 54.90% from 286); Max value from RGB is 157 - color contains mainly: blue. Hex color #00819D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00819D is #FF7E62. Grayscale: #5D5D5D. Windows color (decimal): -16744035 or 10322176. OLE color: 10322176.

HSL color Cylindrical-coordinate representation of color #00819D: hue angle of 190.7º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00819D is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 129 157 -
CMYK 1 0.18 0 0.38
HSL 190.7º 1% 0.31% -
HSV(B) 190.7º 1% 0.62% -
XYZ 13.94 18.13 34.66 -
YUV 93.62 163.76 61.22 -
System Red Green Blue C M Y K H S L
Decimal 0 129 157 1 0.18 0 0.38 190.7 1 0.31
Hex 0 81 9D 64 12 0 26 BF 64 1F
Octal 0 201 235 144 22 0 46 277 144 37
Binary 0 10000001 10011101 1100100 10010 0 100110 10111111 1100100 11111

Color Harmonies of #00819D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00819D

Black with #00819D

Text Example


Text Example

White with #00819D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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