#09485C

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

Shades of Sherpa Blue #09485C

Tints of Sherpa Blue #09485C

Color information

#09485C (or 0x09485C) is unknown color: approx Sherpa Blue. HEX triplet: 09, 48 and 5C. RGB value is (9,72,92). Sum of RGB (Red+Green+Blue) = 9+72+92=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 72 (28.52% from 255 or 41.62% from 173); Blue value is 92 (36.33% from 255 or 53.18% from 173); Max value from RGB is 92 - color contains mainly: blue. Hex color #09485C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09485C is #F6B7A3. Grayscale: #373737. Windows color (decimal): -16168868 or 6047753. OLE color: 6047753.

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

Color convert

RGB97292-
CMYK0.900.2200.64
HSL194.46º82.18%19.8%-
HSV(B)194.46º90.22%36.08%-
XYZ4.365.4710.95-
YUV55.44148.6394.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.20%
GREEN value IS 72 (28.52% from 255) = 41.62%
BLUE value IS 92 (36.33% from 255) = 53.18%
R=5.20%
G=41.62%
B=53.18%

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
Decimal972920.900.2200.64194.4682.1819.8
Hex9485C5A16040c25214
Octal1111013413226010030212224
Binary1001100100010111001011010101100100000011000010101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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