Html Css Color HEX #094157 Sherpa Blue

📋 copy color: '#094157'

red 9 ◦ green 65 ◦ blue 87

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

Shades of Sherpa Blue #094157

Tints of Sherpa Blue #094157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 54.04%

R = 5.59%
G = 40.37%
B = 54.04%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#094157 (or 0x094157) is known color: Sherpa Blue. HEX triplet: 09, 41 and 57. RGB value is (9,65,87). Sum of RGB (Red+Green+Blue) = 9+65+87=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 87 (34.38% from 255 or 54.04% from 161); Max value from RGB is 87 - color contains mainly: blue. Hex color #094157 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094157 is #F6BEA8. Grayscale: #323232. Windows color (decimal): -16170665 or 5718281. OLE color: 5718281.

HSL color Cylindrical-coordinate representation of color #094157: hue angle of 196.92º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #094157 is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 9 65 87 -
CMYK 0.90 0.25 0 0.66
HSL 196.92º 0.81% 0.19% -
HSV(B) 196.92º 0.9% 0.34% -
XYZ 3.72 4.53 9.69 -
YUV 50.76 148.45 98.21 -
System Red Green Blue C M Y K H S L
Decimal 9 65 87 0.90 0.25 0 0.66 196.92 0.81 0.19
Hex 9 41 57 5A 19 0 42 C5 51 13
Octal 11 101 127 132 31 0 102 305 121 23
Binary 1001 1000001 1010111 1011010 11001 0 1000010 11000101 1010001 10011

Color Harmonies of #094157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094157

Black with #094157

Text Example


Text Example

White with #094157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094157; }

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

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

background-color css

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

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

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

border-color css

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

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

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