Html Css Color HEX #094154 Sherpa Blue

📋 copy color: '#094154'

red 9 ◦ green 65 ◦ blue 84

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

Shades of Sherpa Blue #094154

Tints of Sherpa Blue #094154

RGB

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

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

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

R = 5.7%
G = 41.14%
B = 53.16%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#094154 (or 0x094154) is known color: Sherpa Blue. HEX triplet: 09, 41 and 54. RGB value is (9,65,84). Sum of RGB (Red+Green+Blue) = 9+65+84=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 84 (33.20% from 255 or 53.16% from 158); Max value from RGB is 84 - color contains mainly: blue. Hex color #094154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094154 is #F6BEAB. Grayscale: #323232. Windows color (decimal): -16170668 or 5521673. OLE color: 5521673.

HSL color Cylindrical-coordinate representation of color #094154: hue angle of 195.2º 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 #094154 is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 65 84 -
CMYK 0.89 0.23 0 0.67
HSL 195.2º 0.81% 0.18% -
HSV(B) 195.2º 0.89% 0.33% -
XYZ 3.6 4.48 9.06 -
YUV 50.42 146.95 98.46 -
System Red Green Blue C M Y K H S L
Decimal 9 65 84 0.89 0.23 0 0.67 195.2 0.81 0.18
Hex 9 41 54 59 17 0 43 C3 51 12
Octal 11 101 124 131 27 0 103 303 121 22
Binary 1001 1000001 1010100 1011001 10111 0 1000011 11000011 1010001 10010

Color Harmonies of #094154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094154

Black with #094154

Text Example


Text Example

White with #094154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094154; }

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

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

background-color css

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

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

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

border-color css

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

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

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