Html Css Color HEX #00849E Eastern Blue

📋 copy color: '#00849E'

red 0 ◦ green 132 ◦ blue 158

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

Shades of Eastern Blue #00849E

Tints of Eastern Blue #00849E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.52%

 BLUE value IS 158 (62.11% from 255) = 54.48%

R = 0%
G = 45.52%
B = 54.48%

CMYK

 C value IS 1

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00849E (or 0x00849E) is known color: Eastern Blue. HEX triplet: 00, 84 and 9E. RGB value is (0,132,158). Sum of RGB (Red+Green+Blue) = 0+132+158=290 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 290); Green value is 132 (51.95% from 255 or 45.52% from 290); Blue value is 158 (62.11% from 255 or 54.48% from 290); Max value from RGB is 158 - color contains mainly: blue. Hex color #00849E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00849E is #FF7B61. Grayscale: #5F5F5F. Windows color (decimal): -16743266 or 10388480. OLE color: 10388480.

HSL color Cylindrical-coordinate representation of color #00849E: hue angle of 189.87º 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 #00849E is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 132 158 -
CMYK 1 0.16 0 0.38
HSL 189.87º 1% 0.31% -
HSV(B) 189.87º 1% 0.62% -
XYZ 14.42 18.97 35.25 -
YUV 95.5 163.27 59.89 -
System Red Green Blue C M Y K H S L
Decimal 0 132 158 1 0.16 0 0.38 189.87 1 0.31
Hex 0 84 9E 64 10 0 26 BE 64 1F
Octal 0 204 236 144 20 0 46 276 144 37
Binary 0 10000100 10011110 1100100 10000 0 100110 10111110 1100100 11111

Color Harmonies of #00849E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00849E

Black with #00849E

Text Example


Text Example

White with #00849E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00849E; }

 p { color: rgb(0,132,158); }

 H1.HeaderClassName
 {
   color: #00849E;
 }
 .AnyTagClassName
 {
   color: #00849E;
 }
</style>

background-color css

<style>
 a { background-color: #00849E; }

 a { background-color: rgb(0,132,158); }

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

border-color css

<style>
 span { border-color: #00849E; }

 span { border-color: rgb(0,132,158); }

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