Html Css Color HEX #094F5D Sherpa Blue

📋 copy color: '#094F5D'

red 9 ◦ green 79 ◦ blue 93

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

Shades of Sherpa Blue #094F5D

Tints of Sherpa Blue #094F5D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 43.65%

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

R = 4.97%
G = 43.65%
B = 51.38%

CMYK

 C value IS 0.90

 M value IS 0.15

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#094F5D (or 0x094F5D) is known color: Sherpa Blue. HEX triplet: 09, 4F and 5D. RGB value is (9,79,93). Sum of RGB (Red+Green+Blue) = 9+79+93=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 79 (31.25% from 255 or 43.65% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #094F5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094F5D is #F6B0A2. Grayscale: #3B3B3B. Windows color (decimal): -16167075 or 6115081. OLE color: 6115081.

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

Color convert

RGB 9 79 93 -
CMYK 0.90 0.15 0 0.64
HSL 190º 0.82% 0.2% -
HSV(B) 190º 0.9% 0.36% -
XYZ 4.88 6.44 11.34 -
YUV 59.67 146.81 91.86 -
System Red Green Blue C M Y K H S L
Decimal 9 79 93 0.90 0.15 0 0.64 190 0.82 0.2
Hex 9 4F 5D 5A F 0 40 BE 52 14
Octal 11 117 135 132 17 0 100 276 122 24
Binary 1001 1001111 1011101 1011010 1111 0 1000000 10111110 1010010 10100

Color Harmonies of #094F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094F5D

Black with #094F5D

Text Example


Text Example

White with #094F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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