Html Css Color HEX #094151 Sherpa Blue

📋 copy color: '#094151'

red 9 ◦ green 65 ◦ blue 81

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

Shades of Sherpa Blue #094151

Tints of Sherpa Blue #094151

RGB

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

 GREEN value IS 65 (25.78% from 255) = 41.94%

 BLUE value IS 81 (32.03% from 255) = 52.26%

R = 5.81%
G = 41.94%
B = 52.26%

CMYK

 C value IS 0.89

 M value IS 0.20

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#094151 (or 0x094151) is known color: Sherpa Blue. HEX triplet: 09, 41 and 51. RGB value is (9,65,81). Sum of RGB (Red+Green+Blue) = 9+65+81=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 81 (32.03% from 255 or 52.26% from 155); Max value from RGB is 81 - color contains mainly: blue. Hex color #094151 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094151 is #F6BEAE. Grayscale: #313131. Windows color (decimal): -16170671 or 5325065. OLE color: 5325065.

HSL color Cylindrical-coordinate representation of color #094151: hue angle of 193.33º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #094151 is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 65 81 -
CMYK 0.89 0.20 0 0.68
HSL 193.33º 0.8% 0.18% -
HSV(B) 193.33º 0.89% 0.32% -
XYZ 3.49 4.43 8.46 -
YUV 50.08 145.45 98.7 -
System Red Green Blue C M Y K H S L
Decimal 9 65 81 0.89 0.20 0 0.68 193.33 0.8 0.18
Hex 9 41 51 59 14 0 44 C1 50 12
Octal 11 101 121 131 24 0 104 301 120 22
Binary 1001 1000001 1010001 1011001 10100 0 1000100 11000001 1010000 10010

Color Harmonies of #094151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094151

Black with #094151

Text Example


Text Example

White with #094151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094151; }

 p { color: rgb(9,65,81); }

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

background-color css

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

 a { background-color: rgb(9,65,81); }

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

border-color css

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

 span { border-color: rgb(9,65,81); }

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