#095051

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

Shades of Sherpa Blue #095051

Tints of Sherpa Blue #095051

Color information

#095051 (or 0x095051) is unknown color: approx Sherpa Blue. HEX triplet: 09, 50 and 51. RGB value is (9,80,81). Sum of RGB (Red+Green+Blue) = 9+80+81=170 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.29% from 170); Green value is 80 (31.64% from 255 or 47.06% from 170); Blue value is 81 (32.03% from 255 or 47.65% from 170); Max value from RGB is 81 - color contains mainly: blue. Hex color #095051 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095051 is #F6AFAE. Grayscale: #3A3A3A. Windows color (decimal): -16166831 or 5328905. OLE color: 5328905.

HSL color Cylindrical-coordinate representation of color #095051: hue angle of 180.83º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095051 is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB98081-
CMYK0.890.0100.68
HSL180.83º80%17.65%-
HSV(B)180.83º88.89%31.76%-
XYZ4.476.398.78-
YUV58.88140.4892.42-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.29%
GREEN value IS 80 (31.64% from 255) = 47.06%
BLUE value IS 81 (32.03% from 255) = 47.65%
R=5.29%
G=47.06%
B=47.65%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal980810.890.0100.68180.838017.65
Hex95051591044b55012
Octal111201211311010426512022
Binary100110100001010001101100110100010010110101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095051; }

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

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

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

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

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

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

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

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