#09495B

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

Shades of Sherpa Blue #09495B

Tints of Sherpa Blue #09495B

Color information

#09495B (or 0x09495B) is unknown color: approx Sherpa Blue. HEX triplet: 09, 49 and 5B. RGB value is (9,73,91). Sum of RGB (Red+Green+Blue) = 9+73+91=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 73 (28.91% from 255 or 42.20% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #09495B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09495B is #F6B6A4. Grayscale: #373737. Windows color (decimal): -16168613 or 5982473. OLE color: 5982473.

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

Color convert

RGB97391-
CMYK0.900.2000.64
HSL193.17º82%19.61%-
HSV(B)193.17º90.11%35.69%-
XYZ4.385.5810.74-
YUV55.92147.894.54-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.20%
GREEN value IS 73 (28.91% from 255) = 42.20%
BLUE value IS 91 (35.94% from 255) = 52.60%
R=5.20%
G=42.20%
B=52.60%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal973910.900.2000.64193.178219.61
Hex9495B5A14040c15214
Octal1111113313224010030112224
Binary1001100100110110111011010101000100000011000001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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