Html Css Color HEX #094E4D Sherpa Blue

📋 copy color: '#094E4D'

red 9 ◦ green 78 ◦ blue 77

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

Shades of Sherpa Blue #094E4D

Tints of Sherpa Blue #094E4D

RGB

 RED value IS 9 (3.91% from 255) = 5.49%

 GREEN value IS 78 (30.86% from 255) = 47.56%

 BLUE value IS 77 (30.47% from 255) = 46.95%

R = 5.49%
G = 47.56%
B = 46.95%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#094E4D (or 0x094E4D) is known color: Sherpa Blue. HEX triplet: 09, 4E and 4D. RGB value is (9,78,77). Sum of RGB (Red+Green+Blue) = 9+78+77=164 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.49% from 164); Green value is 78 (30.86% from 255 or 47.56% from 164); Blue value is 77 (30.47% from 255 or 46.95% from 164); Max value from RGB is 78 - color contains mainly: green. Hex color #094E4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094E4D is #F6B1B2. Grayscale: #393939. Windows color (decimal): -16167347 or 5066249. OLE color: 5066249.

HSL color Cylindrical-coordinate representation of color #094E4D: hue angle of 179.13º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094E4D is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 78 77 -
CMYK 0.88 0 0.01 0.69
HSL 179.13º 0.79% 0.17% -
HSV(B) 179.13º 0.88% 0.31% -
XYZ 4.18 6.04 7.97 -
YUV 57.26 139.14 93.58 -
System Red Green Blue C M Y K H S L
Decimal 9 78 77 0.88 0 0.01 0.69 179.13 0.79 0.17
Hex 9 4E 4D 58 0 1 45 B3 4F 11
Octal 11 116 115 130 0 1 105 263 117 21
Binary 1001 1001110 1001101 1011000 0 1 1000101 10110011 1001111 10001

Color Harmonies of #094E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094E4D

Black with #094E4D

Text Example


Text Example

White with #094E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094E4D; }

 p { color: rgb(9,78,77); }

 H1.HeaderClassName
 {
   color: #094E4D;
 }
 .AnyTagClassName
 {
   color: #094E4D;
 }
</style>

background-color css

<style>
 a { background-color: #094E4D; }

 a { background-color: rgb(9,78,77); }

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

border-color css

<style>
 span { border-color: #094E4D; }

 span { border-color: rgb(9,78,77); }

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