#094F62

Color #094F62 Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #094F62

Tints of Sherpa Blue #094F62

Color information

#094F62 (or 0x094F62) is unknown color: approx Sherpa Blue. HEX triplet: 09, 4F and 62. RGB value is (9,79,98). Sum of RGB (Red+Green+Blue) = 9+79+98=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 79 (31.25% from 255 or 42.47% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #094F62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094F62 is #F6B09D. Grayscale: #3C3C3C. Windows color (decimal): -16167070 or 6442761. OLE color: 6442761.

HSL color Cylindrical-coordinate representation of color #094F62: hue angle of 192.81º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #094F62 is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB97998-
CMYK0.910.1900.62
HSL192.81º83.18%20.98%-
HSV(B)192.81º90.82%38.43%-
XYZ5.116.5312.55-
YUV60.24149.3191.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.84%
GREEN value IS 79 (31.25% from 255) = 42.47%
BLUE value IS 98 (38.67% from 255) = 52.69%
R=4.84%
G=42.47%
B=52.69%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal979980.910.1900.62192.8183.1820.98
Hex94F625B1303Ec15315
Octal111171421332307630112325
Binary100110011111100010101101110011011111011000001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094F62; }

 p { color: rgb(9,79,98); }

 H1.HeaderClassName
 {
   color: #094F62;
 }
 .AnyTagClassName
 {
   color: #094F62;
 }
</style>
background-color css

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

 a { background-color: rgb(9,79,98); }

 div.DivClassName
 {
   background-color: #094F62;
 }
 .BgClassName
 {
   background-color: #094F62;
 }
</style>
border-color css

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

 span { border-color: rgb(9,79,98); }

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