#09495D

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

Shades of Sherpa Blue #09495D

Tints of Sherpa Blue #09495D

Color information

#09495D (or 0x09495D) is unknown color: approx Sherpa Blue. HEX triplet: 09, 49 and 5D. RGB value is (9,73,93). Sum of RGB (Red+Green+Blue) = 9+73+93=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 73 (28.91% from 255 or 41.71% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #09495D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09495D is #F6B6A2. Grayscale: #383838. Windows color (decimal): -16168611 or 6113545. OLE color: 6113545.

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

Color convert

RGB97393-
CMYK0.900.2200.64
HSL194.29º82.35%20%-
HSV(B)194.29º90.32%36.47%-
XYZ4.475.6111.2-
YUV56.14148.894.37-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.14%
GREEN value IS 73 (28.91% from 255) = 41.71%
BLUE value IS 93 (36.72% from 255) = 53.14%
R=5.14%
G=41.71%
B=53.14%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal973930.900.2200.64194.2982.3520
Hex9495D5A16040c25214
Octal1111113513226010030212224
Binary1001100100110111011011010101100100000011000010101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09495D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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