Html Css Color HEX #094155 Sherpa Blue

📋 copy color: '#094155'

red 9 ◦ green 65 ◦ blue 85

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

Shades of Sherpa Blue #094155

Tints of Sherpa Blue #094155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 53.46%

R = 5.66%
G = 40.88%
B = 53.46%

CMYK

 C value IS 0.89

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#094155 (or 0x094155) is known color: Sherpa Blue. HEX triplet: 09, 41 and 55. RGB value is (9,65,85). Sum of RGB (Red+Green+Blue) = 9+65+85=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 65 (25.78% from 255 or 40.88% from 159); Blue value is 85 (33.59% from 255 or 53.46% from 159); Max value from RGB is 85 - color contains mainly: blue. Hex color #094155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094155 is #F6BEAA. Grayscale: #323232. Windows color (decimal): -16170667 or 5587209. OLE color: 5587209.

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

Color convert

RGB 9 65 85 -
CMYK 0.89 0.24 0 0.67
HSL 195.79º 0.81% 0.18% -
HSV(B) 195.79º 0.89% 0.33% -
XYZ 3.64 4.49 9.27 -
YUV 50.54 147.45 98.37 -
System Red Green Blue C M Y K H S L
Decimal 9 65 85 0.89 0.24 0 0.67 195.79 0.81 0.18
Hex 9 41 55 59 18 0 43 C4 51 12
Octal 11 101 125 131 30 0 103 304 121 22
Binary 1001 1000001 1010101 1011001 11000 0 1000011 11000100 1010001 10010

Color Harmonies of #094155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094155

Black with #094155

Text Example


Text Example

White with #094155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094155; }

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

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

background-color css

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

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

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

border-color css

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

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

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