Html Css Color HEX #094F5B Sherpa Blue

📋 copy color: '#094F5B'

red 9 ◦ green 79 ◦ blue 91

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

Shades of Sherpa Blue #094F5B

Tints of Sherpa Blue #094F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 50.84%

R = 5.03%
G = 44.13%
B = 50.84%

CMYK

 C value IS 0.90

 M value IS 0.13

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#094F5B (or 0x094F5B) is known color: Sherpa Blue. HEX triplet: 09, 4F and 5B. RGB value is (9,79,91). Sum of RGB (Red+Green+Blue) = 9+79+91=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 79 (31.25% from 255 or 44.13% from 179); Blue value is 91 (35.94% from 255 or 50.84% from 179); Max value from RGB is 91 - color contains mainly: blue. Hex color #094F5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094F5B is #F6B0A4. Grayscale: #3B3B3B. Windows color (decimal): -16167077 or 5984009. OLE color: 5984009.

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

Color convert

RGB 9 79 91 -
CMYK 0.90 0.13 0 0.64
HSL 188.78º 0.82% 0.2% -
HSV(B) 188.78º 0.9% 0.36% -
XYZ 4.8 6.41 10.88 -
YUV 59.44 145.81 92.02 -
System Red Green Blue C M Y K H S L
Decimal 9 79 91 0.90 0.13 0 0.64 188.78 0.82 0.2
Hex 9 4F 5B 5A D 0 40 BD 52 14
Octal 11 117 133 132 15 0 100 275 122 24
Binary 1001 1001111 1011011 1011010 1101 0 1000000 10111101 1010010 10100

Color Harmonies of #094F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094F5B

Black with #094F5B

Text Example


Text Example

White with #094F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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