#094B62

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

Shades of Sherpa Blue #094B62

Tints of Sherpa Blue #094B62

Color information

#094B62 (or 0x094B62) is unknown color: approx Sherpa Blue. HEX triplet: 09, 4B and 62. RGB value is (9,75,98). Sum of RGB (Red+Green+Blue) = 9+75+98=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 75 (29.69% from 255 or 41.21% from 182); Blue value is 98 (38.67% from 255 or 53.85% from 182); Max value from RGB is 98 - color contains mainly: blue. Hex color #094B62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094B62 is #F6B49D. Grayscale: #393939. Windows color (decimal): -16168094 or 6441737. OLE color: 6441737.

HSL color Cylindrical-coordinate representation of color #094B62: hue angle of 195.51º 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 #094B62 is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB97598-
CMYK0.910.2300.62
HSL195.51º83.18%20.98%-
HSV(B)195.51º90.82%38.43%-
XYZ4.835.9712.45-
YUV57.89150.6393.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.95%
GREEN value IS 75 (29.69% from 255) = 41.21%
BLUE value IS 98 (38.67% from 255) = 53.85%
R=4.95%
G=41.21%
B=53.85%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal975980.910.2300.62195.5183.1820.98
Hex94B625B1703Ec45315
Octal111131421332707630412325
Binary100110010111100010101101110111011111011000100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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