#094B4D

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

Shades of Sherpa Blue #094B4D

Tints of Sherpa Blue #094B4D

Color information

#094B4D (or 0x094B4D) is unknown color: approx Sherpa Blue. HEX triplet: 09, 4B and 4D. RGB value is (9,75,77). Sum of RGB (Red+Green+Blue) = 9+75+77=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 75 (29.69% from 255 or 46.58% from 161); Blue value is 77 (30.47% from 255 or 47.83% from 161); Max value from RGB is 77 - color contains mainly: blue. Hex color #094B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094B4D is #F6B4B2. Grayscale: #373737. Windows color (decimal): -16168115 or 5065481. OLE color: 5065481.

HSL color Cylindrical-coordinate representation of color #094B4D: hue angle of 181.76º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094B4D is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB97577-
CMYK0.880.0300.70
HSL181.76º79.07%16.86%-
HSV(B)181.76º88.31%30.2%-
XYZ3.975.637.9-
YUV55.49140.1394.84-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.59%
GREEN value IS 75 (29.69% from 255) = 46.58%
BLUE value IS 77 (30.47% from 255) = 47.83%
R=5.59%
G=46.58%
B=47.83%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal975770.880.0300.70181.7679.0716.86
Hex94B4D583046b64f11
Octal111131151303010626611721
Binary1001100101110011011011000110100011010110110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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