Html Css Color HEX #094959 Sherpa Blue

📋 copy color: '#094959'

red 9 ◦ green 73 ◦ blue 89

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

Shades of Sherpa Blue #094959

Tints of Sherpa Blue #094959

RGB

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

 GREEN value IS 73 (28.91% from 255) = 42.69%

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

R = 5.26%
G = 42.69%
B = 52.05%

CMYK

 C value IS 0.90

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#094959 (or 0x094959) is known color: Sherpa Blue. HEX triplet: 09, 49 and 59. RGB value is (9,73,89). Sum of RGB (Red+Green+Blue) = 9+73+89=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 73 (28.91% from 255 or 42.69% from 171); Blue value is 89 (35.16% from 255 or 52.05% from 171); Max value from RGB is 89 - color contains mainly: blue. Hex color #094959 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094959 is #F6B6A6. Grayscale: #373737. Windows color (decimal): -16168615 or 5851401. OLE color: 5851401.

HSL color Cylindrical-coordinate representation of color #094959: hue angle of 192º 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 #094959 is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 73 89 -
CMYK 0.90 0.18 0 0.65
HSL 192º 0.82% 0.19% -
HSV(B) 192º 0.9% 0.35% -
XYZ 4.3 5.54 10.29 -
YUV 55.69 146.8 94.7 -
System Red Green Blue C M Y K H S L
Decimal 9 73 89 0.90 0.18 0 0.65 192 0.82 0.19
Hex 9 49 59 5A 12 0 41 C0 52 13
Octal 11 111 131 132 22 0 101 300 122 23
Binary 1001 1001001 1011001 1011010 10010 0 1000001 11000000 1010010 10011

Color Harmonies of #094959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094959

Black with #094959

Text Example


Text Example

White with #094959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094959; }

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

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

background-color css

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

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

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

border-color css

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

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

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