#094B5C

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

Shades of Sherpa Blue #094B5C

Tints of Sherpa Blue #094B5C

Color information

#094B5C (or 0x094B5C) is unknown color: approx Sherpa Blue. HEX triplet: 09, 4B and 5C. RGB value is (9,75,92). Sum of RGB (Red+Green+Blue) = 9+75+92=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 75 (29.69% from 255 or 42.61% from 176); Blue value is 92 (36.33% from 255 or 52.27% from 176); Max value from RGB is 92 - color contains mainly: blue. Hex color #094B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094B5C is #F6B4A3. Grayscale: #393939. Windows color (decimal): -16168100 or 6048521. OLE color: 6048521.

HSL color Cylindrical-coordinate representation of color #094B5C: hue angle of 192.29º 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 #094B5C is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB97592-
CMYK0.900.1800.64
HSL192.29º82.18%19.8%-
HSV(B)192.29º90.22%36.08%-
XYZ4.565.8611.02-
YUV57.2147.6393.62-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.11%
GREEN value IS 75 (29.69% from 255) = 42.61%
BLUE value IS 92 (36.33% from 255) = 52.27%
R=5.11%
G=42.61%
B=52.27%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal975920.900.1800.64192.2982.1819.8
Hex94B5C5A12040c05214
Octal1111313413222010030012224
Binary1001100101110111001011010100100100000011000000101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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