Html Css Color HEX #094D5D Sherpa Blue

📋 copy color: '#094D5D'

red 9 ◦ green 77 ◦ blue 93

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

Shades of Sherpa Blue #094D5D

Tints of Sherpa Blue #094D5D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 43.02%

 BLUE value IS 93 (36.72% from 255) = 51.96%

R = 5.03%
G = 43.02%
B = 51.96%

CMYK

 C value IS 0.90

 M value IS 0.17

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#094D5D (or 0x094D5D) is known color: Sherpa Blue. HEX triplet: 09, 4D and 5D. RGB value is (9,77,93). Sum of RGB (Red+Green+Blue) = 9+77+93=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 77 (30.47% from 255 or 43.02% from 179); Blue value is 93 (36.72% from 255 or 51.96% from 179); Max value from RGB is 93 - color contains mainly: blue. Hex color #094D5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094D5D is #F6B2A2. Grayscale: #3A3A3A. Windows color (decimal): -16167587 or 6114569. OLE color: 6114569.

HSL color Cylindrical-coordinate representation of color #094D5D: hue angle of 191.43º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #094D5D is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 77 93 -
CMYK 0.90 0.17 0 0.64
HSL 191.43º 0.82% 0.2% -
HSV(B) 191.43º 0.9% 0.36% -
XYZ 4.74 6.16 11.29 -
YUV 58.49 147.47 92.7 -
System Red Green Blue C M Y K H S L
Decimal 9 77 93 0.90 0.17 0 0.64 191.43 0.82 0.2
Hex 9 4D 5D 5A 11 0 40 BF 52 14
Octal 11 115 135 132 21 0 100 277 122 24
Binary 1001 1001101 1011101 1011010 10001 0 1000000 10111111 1010010 10100

Color Harmonies of #094D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094D5D

Black with #094D5D

Text Example


Text Example

White with #094D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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