#094B5D

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

Shades of Sherpa Blue #094B5D

Tints of Sherpa Blue #094B5D

Color information

#094B5D (or 0x094B5D) is unknown color: approx Sherpa Blue. HEX triplet: 09, 4B and 5D. RGB value is (9,75,93). Sum of RGB (Red+Green+Blue) = 9+75+93=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 75 (29.69% from 255 or 42.37% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #094B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094B5D is #F6B4A2. Grayscale: #393939. Windows color (decimal): -16168099 or 6114057. OLE color: 6114057.

HSL color Cylindrical-coordinate representation of color #094B5D: hue angle of 192.86º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #094B5D is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB97593-
CMYK0.900.1900.64
HSL192.86º82.35%20%-
HSV(B)192.86º90.32%36.47%-
XYZ4.65.8811.25-
YUV57.32148.1393.54-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.08%
GREEN value IS 75 (29.69% from 255) = 42.37%
BLUE value IS 93 (36.72% from 255) = 52.54%
R=5.08%
G=42.37%
B=52.54%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal975930.900.1900.64192.8682.3520
Hex94B5D5A13040c15214
Octal1111313513223010030112224
Binary1001100101110111011011010100110100000011000001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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