#095060

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

Shades of Sherpa Blue #095060

Tints of Sherpa Blue #095060

Color information

#095060 (or 0x095060) is unknown color: approx Sherpa Blue. HEX triplet: 09, 50 and 60. RGB value is (9,80,96). Sum of RGB (Red+Green+Blue) = 9+80+96=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 96 (37.89% from 255 or 51.89% from 185); Max value from RGB is 96 - color contains mainly: blue. Hex color #095060 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095060 is #F6AF9F. Grayscale: #3C3C3C. Windows color (decimal): -16166816 or 6311945. OLE color: 6311945.

HSL color Cylindrical-coordinate representation of color #095060: hue angle of 191.03º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095060 is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB98096-
CMYK0.910.1700.62
HSL191.03º82.86%20.59%-
HSV(B)191.03º90.62%37.65%-
XYZ5.096.6412.08-
YUV60.6147.9891.2-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.86%
GREEN value IS 80 (31.64% from 255) = 43.24%
BLUE value IS 96 (37.89% from 255) = 51.89%
R=4.86%
G=43.24%
B=51.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal980960.910.1700.62191.0382.8620.59
Hex950605B1103Ebf5315
Octal111201401332107627712325
Binary100110100001100000101101110001011111010111111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095060; }

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

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

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

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

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

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

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

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