#0D5057

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

Shades of Sherpa Blue #0D5057

Tints of Sherpa Blue #0D5057

Color information

#0D5057 (or 0x0D5057) is unknown color: approx Sherpa Blue. HEX triplet: 0D, 50 and 57. RGB value is (13,80,87). Sum of RGB (Red+Green+Blue) = 13+80+87=180 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.22% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 87 (34.38% from 255 or 48.33% from 180); Max value from RGB is 87 - color contains mainly: blue. Hex color #0D5057 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5057 is #F2AFA8. Grayscale: #3C3C3C. Windows color (decimal): -15904681 or 5722125. OLE color: 5722125.

HSL color Cylindrical-coordinate representation of color #0D5057: hue angle of 185.68º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D5057 is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB138087-
CMYK0.850.0800.66
HSL185.68º74%19.61%-
HSV(B)185.68º85.06%34.12%-
XYZ4.756.5110.02-
YUV60.76142.893.93-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.22%
GREEN value IS 80 (31.64% from 255) = 44.44%
BLUE value IS 87 (34.38% from 255) = 48.33%
R=7.22%
G=44.44%
B=48.33%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1380870.850.0800.66185.687419.61
HexD5057558042ba4a14
Octal1512012712510010227211224
Binary110110100001010111101010110000100001010111010100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,80,87); }

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

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

 a { background-color: rgb(13,80,87); }

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

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

 span { border-color: rgb(13,80,87); }

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