#095155

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

Shades of Sherpa Blue #095155

Tints of Sherpa Blue #095155

Color information

#095155 (or 0x095155) is unknown color: approx Sherpa Blue. HEX triplet: 09, 51 and 55. RGB value is (9,81,85). Sum of RGB (Red+Green+Blue) = 9+81+85=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 81 (32.03% from 255 or 46.29% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 85 - color contains mainly: blue. Hex color #095155 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095155 is #F6AEAA. Grayscale: #3B3B3B. Windows color (decimal): -16166571 or 5591305. OLE color: 5591305.

HSL color Cylindrical-coordinate representation of color #095155: hue angle of 183.16º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095155 is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB98185-
CMYK0.890.0500.67
HSL183.16º80.85%18.43%-
HSV(B)183.16º89.41%33.33%-
XYZ4.696.69.62-
YUV59.93142.1591.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.14%
GREEN value IS 81 (32.03% from 255) = 46.29%
BLUE value IS 85 (33.59% from 255) = 48.57%
R=5.14%
G=46.29%
B=48.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal981850.890.0500.67183.1680.8518.43
Hex95155595043b75112
Octal111211251315010326712122
Binary10011010001101010110110011010100001110110111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095155; }

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

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

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

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

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

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

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

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