#025161

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

Shades of Sherpa Blue #025161

Tints of Sherpa Blue #025161

Color information

#025161 (or 0x025161) is unknown color: approx Sherpa Blue. HEX triplet: 02, 51 and 61. RGB value is (2,81,97). Sum of RGB (Red+Green+Blue) = 2+81+97=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 81 (32.03% from 255 or 45% from 180); Blue value is 97 (38.28% from 255 or 53.89% from 180); Max value from RGB is 97 - color contains mainly: blue. Hex color #025161 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025161 is #FDAE9E. Grayscale: #3B3B3B. Windows color (decimal): -16625311 or 6377730. OLE color: 6377730.

HSL color Cylindrical-coordinate representation of color #025161: hue angle of 190.11º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025161 is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB28197-
CMYK0.980.1600.62
HSL190.11º95.96%19.41%-
HSV(B)190.11º97.94%38.04%-
XYZ5.136.7612.34-
YUV59.2149.3387.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.11%
GREEN value IS 81 (32.03% from 255) = 45%
BLUE value IS 97 (38.28% from 255) = 53.89%
R=1.11%
G=45%
B=53.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal281970.980.1600.62190.1195.9619.41
Hex25161621003Ebe6013
Octal21211411422007627614023
Binary1010100011100001110001010000011111010111110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025161; }

 p { color: rgb(2,81,97); }

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

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

 a { background-color: rgb(2,81,97); }

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

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

 span { border-color: rgb(2,81,97); }

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