Html Css Color HEX #094F56 Sherpa Blue

📋 copy color: '#094F56'

red 9 ◦ green 79 ◦ blue 86

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

Shades of Sherpa Blue #094F56

Tints of Sherpa Blue #094F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 49.43%

R = 5.17%
G = 45.4%
B = 49.43%

CMYK

 C value IS 0.90

 M value IS 0.08

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#094F56 (or 0x094F56) is known color: Sherpa Blue. HEX triplet: 09, 4F and 56. RGB value is (9,79,86). Sum of RGB (Red+Green+Blue) = 9+79+86=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 79 (31.25% from 255 or 45.40% from 174); Blue value is 86 (33.98% from 255 or 49.43% from 174); Max value from RGB is 86 - color contains mainly: blue. Hex color #094F56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094F56 is #F6B0A9. Grayscale: #3A3A3A. Windows color (decimal): -16167082 or 5656329. OLE color: 5656329.

HSL color Cylindrical-coordinate representation of color #094F56: hue angle of 185.45º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #094F56 is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 9 79 86 -
CMYK 0.90 0.08 0 0.66
HSL 185.45º 0.81% 0.19% -
HSV(B) 185.45º 0.9% 0.34% -
XYZ 4.59 6.32 9.78 -
YUV 58.87 143.31 92.43 -
System Red Green Blue C M Y K H S L
Decimal 9 79 86 0.90 0.08 0 0.66 185.45 0.81 0.19
Hex 9 4F 56 5A 8 0 42 B9 51 13
Octal 11 117 126 132 10 0 102 271 121 23
Binary 1001 1001111 1010110 1011010 1000 0 1000010 10111001 1010001 10011

Color Harmonies of #094F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094F56

Black with #094F56

Text Example


Text Example

White with #094F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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