#0a5260

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

Shades of Sherpa Blue #0A5260

Tints of Sherpa Blue #0A5260

Color information

#0A5260 (or 0x0A5260) is unknown color: approx Sherpa Blue. HEX triplet: 0A, 52 and 60. RGB value is (10,82,96). Sum of RGB (Red+Green+Blue) = 10+82+96=188 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.32% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 96 (37.89% from 255 or 51.06% from 188); Max value from RGB is 96 - color contains mainly: blue. Hex color #0A5260 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A5260 is #F5AD9F. Grayscale: #3D3D3D. Windows color (decimal): -16100768 or 6312458. OLE color: 6312458.

HSL color Cylindrical-coordinate representation of color #0A5260: hue angle of 189.77º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A5260 is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB108296-
CMYK0.900.1500.62
HSL189.77º81.13%20.78%-
HSV(B)189.77º89.58%37.65%-
XYZ5.256.9412.13-
YUV62.07147.1590.86-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.32%
GREEN value IS 82 (32.42% from 255) = 43.62%
BLUE value IS 96 (37.89% from 255) = 51.06%
R=5.32%
G=43.62%
B=51.06%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1082960.900.1500.62189.7781.1320.78
HexA52605AF03Ebe5115
Octal121221401321707627612125
Binary10101010010110000010110101111011111010111110101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a5260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0a5260; }

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

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

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

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

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

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

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

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