Html Css Color HEX #00849F Eastern Blue

📋 copy color: '#00849F'

red 0 ◦ green 132 ◦ blue 159

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

Shades of Eastern Blue #00849F

Tints of Eastern Blue #00849F

RGB

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

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

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

R = 0%
G = 45.36%
B = 54.64%

CMYK

 C value IS 1

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00849F (or 0x00849F) is known color: Eastern Blue. HEX triplet: 00, 84 and 9F. RGB value is (0,132,159). Sum of RGB (Red+Green+Blue) = 0+132+159=291 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 159 (62.5% from 255 or 54.64% from 291); Max value from RGB is 159 - color contains mainly: blue. Hex color #00849F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00849F is #FF7B60. Grayscale: #5F5F5F. Windows color (decimal): -16743265 or 10454016. OLE color: 10454016.

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

Color convert

RGB 0 132 159 -
CMYK 1 0.17 0 0.38
HSL 190.19º 1% 0.31% -
HSV(B) 190.19º 1% 0.62% -
XYZ 14.51 19.01 35.7 -
YUV 95.61 163.77 59.8 -
System Red Green Blue C M Y K H S L
Decimal 0 132 159 1 0.17 0 0.38 190.19 1 0.31
Hex 0 84 9F 64 11 0 26 BE 64 1F
Octal 0 204 237 144 21 0 46 276 144 37
Binary 0 10000100 10011111 1100100 10001 0 100110 10111110 1100100 11111

Color Harmonies of #00849F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00849F

Black with #00849F

Text Example


Text Example

White with #00849F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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