#005161

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

Shades of Sherpa Blue #005161

Tints of Sherpa Blue #005161

Color information

#005161 (or 0x005161) is unknown color: approx Sherpa Blue. HEX triplet: 00, 51 and 61. RGB value is (0,81,97). Sum of RGB (Red+Green+Blue) = 0+81+97=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 81 (32.03% from 255 or 45.51% from 178); Blue value is 97 (38.28% from 255 or 54.49% from 178); Max value from RGB is 97 - color contains mainly: blue. Hex color #005161 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005161 is #FFAE9E. Grayscale: #3A3A3A. Windows color (decimal): -16756383 or 6377728. OLE color: 6377728.

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

Color convert

RGB08197-
CMYK10.1600.62
HSL189.9º100%19.02%-
HSV(B)189.9º100%38.04%-
XYZ5.16.7512.34-
YUV58.6149.6686.2-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 81 (32.03% from 255) = 45.51%
BLUE value IS 97 (38.28% from 255) = 54.49%
R=0%
G=45.51%
B=54.49%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0819710.1600.62189.910019.02
Hex05161641003Ebe6413
Octal01211411442007627614423
Binary010100011100001110010010000011111010111110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005161; }

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

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

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

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

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

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

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

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