#09515F

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

Shades of Sherpa Blue #09515F

Tints of Sherpa Blue #09515F

Color information

#09515F (or 0x09515F) is unknown color: approx Sherpa Blue. HEX triplet: 09, 51 and 5F. RGB value is (9,81,95). Sum of RGB (Red+Green+Blue) = 9+81+95=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 95 (37.5% from 255 or 51.35% from 185); Max value from RGB is 95 - color contains mainly: blue. Hex color #09515F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09515F is #F6AEA0. Grayscale: #3C3C3C. Windows color (decimal): -16166561 or 6246665. OLE color: 6246665.

HSL color Cylindrical-coordinate representation of color #09515F: hue angle of 189.77º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09515F is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB98195-
CMYK0.910.1500.63
HSL189.77º82.69%20.39%-
HSV(B)189.77º90.53%37.25%-
XYZ5.126.7711.86-
YUV61.07147.1590.86-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.86%
GREEN value IS 81 (32.03% from 255) = 43.78%
BLUE value IS 95 (37.5% from 255) = 51.35%
R=4.86%
G=43.78%
B=51.35%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal981950.910.1500.63189.7782.6920.39
Hex9515F5BF03Fbe5314
Octal111211371331707727612324
Binary10011010001101111110110111111011111110111110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09515F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09515F; }

 p { color: rgb(9,81,95); }

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

<style>
 a { background-color: #09515F; }

 a { background-color: rgb(9,81,95); }

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

<style>
 span { border-color: #09515F; }

 span { border-color: rgb(9,81,95); }

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