#094B61

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

Shades of Sherpa Blue #094B61

Tints of Sherpa Blue #094B61

Color information

#094B61 (or 0x094B61) is unknown color: approx Sherpa Blue. HEX triplet: 09, 4B and 61. RGB value is (9,75,97). Sum of RGB (Red+Green+Blue) = 9+75+97=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 75 (29.69% from 255 or 41.44% from 181); Blue value is 97 (38.28% from 255 or 53.59% from 181); Max value from RGB is 97 - color contains mainly: blue. Hex color #094B61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094B61 is #F6B49E. Grayscale: #393939. Windows color (decimal): -16168095 or 6376201. OLE color: 6376201.

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

Color convert

RGB97597-
CMYK0.910.2300.62
HSL195º83.02%20.78%-
HSV(B)195º90.72%38.04%-
XYZ4.795.9512.21-
YUV57.77150.1393.21-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.97%
GREEN value IS 75 (29.69% from 255) = 41.44%
BLUE value IS 97 (38.28% from 255) = 53.59%
R=4.97%
G=41.44%
B=53.59%

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
Decimal975970.910.2300.6219583.0220.78
Hex94B615B1703Ec35315
Octal111131411332707630312325
Binary100110010111100001101101110111011111011000011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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