Html Css Color HEX #094856 Sherpa Blue

📋 copy color: '#094856'

red 9 ◦ green 72 ◦ blue 86

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

Shades of Sherpa Blue #094856

Tints of Sherpa Blue #094856

RGB

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

 GREEN value IS 72 (28.52% from 255) = 43.11%

 BLUE value IS 86 (33.98% from 255) = 51.5%

R = 5.39%
G = 43.11%
B = 51.5%

CMYK

 C value IS 0.90

 M value IS 0.16

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#094856 (or 0x094856) is known color: Sherpa Blue. HEX triplet: 09, 48 and 56. RGB value is (9,72,86). Sum of RGB (Red+Green+Blue) = 9+72+86=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 86 (33.98% from 255 or 51.50% from 167); Max value from RGB is 86 - color contains mainly: blue. Hex color #094856 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094856 is #F6B7A9. Grayscale: #363636. Windows color (decimal): -16168874 or 5654537. OLE color: 5654537.

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

Color convert

RGB 9 72 86 -
CMYK 0.90 0.16 0 0.66
HSL 190.91º 0.81% 0.19% -
HSV(B) 190.91º 0.9% 0.34% -
XYZ 4.11 5.36 9.62 -
YUV 54.76 145.63 95.36 -
System Red Green Blue C M Y K H S L
Decimal 9 72 86 0.90 0.16 0 0.66 190.91 0.81 0.19
Hex 9 48 56 5A 10 0 42 BF 51 13
Octal 11 110 126 132 20 0 102 277 121 23
Binary 1001 1001000 1010110 1011010 10000 0 1000010 10111111 1010001 10011

Color Harmonies of #094856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094856

Black with #094856

Text Example


Text Example

White with #094856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094856; }

 p { color: rgb(9,72,86); }

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

background-color css

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

 a { background-color: rgb(9,72,86); }

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

border-color css

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

 span { border-color: rgb(9,72,86); }

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