Html Css Color HEX #094754 Sherpa Blue

📋 copy color: '#094754'

red 9 ◦ green 71 ◦ blue 84

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

Shades of Sherpa Blue #094754

Tints of Sherpa Blue #094754

RGB

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

 GREEN value IS 71 (28.13% from 255) = 43.29%

 BLUE value IS 84 (33.2% from 255) = 51.22%

R = 5.49%
G = 43.29%
B = 51.22%

CMYK

 C value IS 0.89

 M value IS 0.15

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#094754 (or 0x094754) is known color: Sherpa Blue. HEX triplet: 09, 47 and 54. RGB value is (9,71,84). Sum of RGB (Red+Green+Blue) = 9+71+84=164 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.49% from 164); Green value is 71 (28.12% from 255 or 43.29% from 164); Blue value is 84 (33.20% from 255 or 51.22% from 164); Max value from RGB is 84 - color contains mainly: blue. Hex color #094754 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094754 is #F6B8AB. Grayscale: #353535. Windows color (decimal): -16169132 or 5523209. OLE color: 5523209.

HSL color Cylindrical-coordinate representation of color #094754: hue angle of 190.4º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #094754 is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 71 84 -
CMYK 0.89 0.15 0 0.67
HSL 190.4º 0.81% 0.18% -
HSV(B) 190.4º 0.89% 0.33% -
XYZ 3.97 5.2 9.18 -
YUV 53.94 144.96 95.94 -
System Red Green Blue C M Y K H S L
Decimal 9 71 84 0.89 0.15 0 0.67 190.4 0.81 0.18
Hex 9 47 54 59 F 0 43 BE 51 12
Octal 11 107 124 131 17 0 103 276 121 22
Binary 1001 1000111 1010100 1011001 1111 0 1000011 10111110 1010001 10010

Color Harmonies of #094754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094754

Black with #094754

Text Example


Text Example

White with #094754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094754; }

 p { color: rgb(9,71,84); }

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

background-color css

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

 a { background-color: rgb(9,71,84); }

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

border-color css

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

 span { border-color: rgb(9,71,84); }

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