Html Css Color HEX #094E5E Sherpa Blue

📋 copy color: '#094E5E'

red 9 ◦ green 78 ◦ blue 94

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

Shades of Sherpa Blue #094E5E

Tints of Sherpa Blue #094E5E

RGB

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

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

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

R = 4.97%
G = 43.09%
B = 51.93%

CMYK

 C value IS 0.90

 M value IS 0.17

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#094E5E (or 0x094E5E) is known color: Sherpa Blue. HEX triplet: 09, 4E and 5E. RGB value is (9,78,94). Sum of RGB (Red+Green+Blue) = 9+78+94=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 78 (30.86% from 255 or 43.09% from 181); Blue value is 94 (37.11% from 255 or 51.93% from 181); Max value from RGB is 94 - color contains mainly: blue. Hex color #094E5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094E5E is #F6B1A1. Grayscale: #3B3B3B. Windows color (decimal): -16167330 or 6180361. OLE color: 6180361.

HSL color Cylindrical-coordinate representation of color #094E5E: hue angle of 191.29º 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 #094E5E is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 78 94 -
CMYK 0.90 0.17 0 0.63
HSL 191.29º 0.83% 0.2% -
HSV(B) 191.29º 0.9% 0.37% -
XYZ 4.86 6.32 11.55 -
YUV 59.19 147.64 92.2 -
System Red Green Blue C M Y K H S L
Decimal 9 78 94 0.90 0.17 0 0.63 191.29 0.83 0.2
Hex 9 4E 5E 5A 11 0 3F BF 53 14
Octal 11 116 136 132 21 0 77 277 123 24
Binary 1001 1001110 1011110 1011010 10001 0 111111 10111111 1010011 10100

Color Harmonies of #094E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094E5E

Black with #094E5E

Text Example


Text Example

White with #094E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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