Html Css Color HEX #094F59 Sherpa Blue

📋 copy color: '#094F59'

red 9 ◦ green 79 ◦ blue 89

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

Shades of Sherpa Blue #094F59

Tints of Sherpa Blue #094F59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 50.28%

R = 5.08%
G = 44.63%
B = 50.28%

CMYK

 C value IS 0.90

 M value IS 0.11

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#094F59 (or 0x094F59) is known color: Sherpa Blue. HEX triplet: 09, 4F and 59. RGB value is (9,79,89). Sum of RGB (Red+Green+Blue) = 9+79+89=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 79 (31.25% from 255 or 44.63% from 177); Blue value is 89 (35.16% from 255 or 50.28% from 177); Max value from RGB is 89 - color contains mainly: blue. Hex color #094F59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094F59 is #F6B0A6. Grayscale: #3B3B3B. Windows color (decimal): -16167079 or 5852937. OLE color: 5852937.

HSL color Cylindrical-coordinate representation of color #094F59: hue angle of 187.5º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #094F59 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 79 89 -
CMYK 0.90 0.11 0 0.65
HSL 187.5º 0.82% 0.19% -
HSV(B) 187.5º 0.9% 0.35% -
XYZ 4.71 6.37 10.43 -
YUV 59.21 144.81 92.19 -
System Red Green Blue C M Y K H S L
Decimal 9 79 89 0.90 0.11 0 0.65 187.5 0.82 0.19
Hex 9 4F 59 5A B 0 41 BC 52 13
Octal 11 117 131 132 13 0 101 274 122 23
Binary 1001 1001111 1011001 1011010 1011 0 1000001 10111100 1010010 10011

Color Harmonies of #094F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094F59

Black with #094F59

Text Example


Text Example

White with #094F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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