#095260

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

Shades of Sherpa Blue #095260

Tints of Sherpa Blue #095260

Color information

#095260 (or 0x095260) is unknown color: approx Sherpa Blue. HEX triplet: 09, 52 and 60. RGB value is (9,82,96). Sum of RGB (Red+Green+Blue) = 9+82+96=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 96 (37.89% from 255 or 51.34% from 187); Max value from RGB is 96 - color contains mainly: blue. Hex color #095260 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095260 is #F6AD9F. Grayscale: #3D3D3D. Windows color (decimal): -16166304 or 6312457. OLE color: 6312457.

HSL color Cylindrical-coordinate representation of color #095260: hue angle of 189.66º 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 #095260 is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB98296-
CMYK0.910.1500.62
HSL189.66º82.86%20.59%-
HSV(B)189.66º90.62%37.65%-
XYZ5.246.9412.13-
YUV61.77147.3290.36-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.81%
GREEN value IS 82 (32.42% from 255) = 43.85%
BLUE value IS 96 (37.89% from 255) = 51.34%
R=4.81%
G=43.85%
B=51.34%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal982960.910.1500.62189.6682.8620.59
Hex952605BF03Ebe5315
Octal111221401331707627612325
Binary10011010010110000010110111111011111010111110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095260; }

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

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

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

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

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

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

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

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