Html Css Color HEX #094D5E Sherpa Blue

📋 copy color: '#094D5E'

red 9 ◦ green 77 ◦ blue 94

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

Shades of Sherpa Blue #094D5E

Tints of Sherpa Blue #094D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 52.22%

R = 5%
G = 42.78%
B = 52.22%

CMYK

 C value IS 0.90

 M value IS 0.18

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#094D5E (or 0x094D5E) is known color: Sherpa Blue. HEX triplet: 09, 4D and 5E. RGB value is (9,77,94). Sum of RGB (Red+Green+Blue) = 9+77+94=180 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5% from 180); Green value is 77 (30.47% from 255 or 42.78% from 180); Blue value is 94 (37.11% from 255 or 52.22% from 180); Max value from RGB is 94 - color contains mainly: blue. Hex color #094D5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094D5E is #F6B2A1. Grayscale: #3A3A3A. Windows color (decimal): -16167586 or 6180105. OLE color: 6180105.

HSL color Cylindrical-coordinate representation of color #094D5E: hue angle of 192º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #094D5E is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 77 94 -
CMYK 0.90 0.18 0 0.63
HSL 192º 0.83% 0.2% -
HSV(B) 192º 0.9% 0.37% -
XYZ 4.79 6.17 11.53 -
YUV 58.61 147.97 92.62 -
System Red Green Blue C M Y K H S L
Decimal 9 77 94 0.90 0.18 0 0.63 192 0.83 0.2
Hex 9 4D 5E 5A 12 0 3F C0 53 14
Octal 11 115 136 132 22 0 77 300 123 24
Binary 1001 1001101 1011110 1011010 10010 0 111111 11000000 1010011 10100

Color Harmonies of #094D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094D5E

Black with #094D5E

Text Example


Text Example

White with #094D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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