#09495C

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

Shades of Sherpa Blue #09495C

Tints of Sherpa Blue #09495C

Color information

#09495C (or 0x09495C) is unknown color: approx Sherpa Blue. HEX triplet: 09, 49 and 5C. RGB value is (9,73,92). Sum of RGB (Red+Green+Blue) = 9+73+92=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 92 (36.33% from 255 or 52.87% from 174); Max value from RGB is 92 - color contains mainly: blue. Hex color #09495C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09495C is #F6B6A3. Grayscale: #373737. Windows color (decimal): -16168612 or 6048009. OLE color: 6048009.

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

Color convert

RGB97392-
CMYK0.900.2100.64
HSL193.73º82.18%19.8%-
HSV(B)193.73º90.22%36.08%-
XYZ4.435.610.97-
YUV56.03148.394.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.17%
GREEN value IS 73 (28.91% from 255) = 41.95%
BLUE value IS 92 (36.33% from 255) = 52.87%
R=5.17%
G=41.95%
B=52.87%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal973920.900.2100.64193.7382.1819.8
Hex9495C5A15040c25214
Octal1111113413225010030212224
Binary1001100100110111001011010101010100000011000010101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09495C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09495C; }

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

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

<style>
 a { background-color: #09495C; }

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

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

<style>
 span { border-color: #09495C; }

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

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